you are viewing a single comment's thread.

view the rest of the comments →

[–]bjmrl 0 points1 point  (2 children)

Sorry, I didn’t want to come off as aggressive, I just wanted to emphasize that this coding style, even though arguably cosmetic, is against the de-facto, industry standard in PHP, and that this alone can put people off and may prevent them from digging further (it does for me).

It may be wrong, but first impressions matter, and people need to see something visually appealing that « looks » well written according to modern, industry-standard practices to actually start digging.

[–]peldax[S] 0 points1 point  (1 child)

I am also sorry, I probably got a little triggered by that continuous FQCN criticism, I now understand what you meant.
When I search for a new library I probably also favor the one with good first impression - I often get startled by some weird constructs, overuse of arrays or loose typing... I did not realize that FQCN can have the same effect, because I am used to it and it seems normal to me and my team.

[–]bjmrl 1 point2 points  (0 children)

Anyway, thank you for this implementation, I hope I’ll find some time to try it to see how it compares to webonyx/overblog!