this post was submitted on 02 Jul 2023
102 points (94.0% liked)

Programmer Humor

32214 readers
26 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] disenchanted 4 points 1 year ago (2 children)

Everything works if you know it well enough. But what I remember annoying me with php most was the naming convention mess, array_search, count, strlen, etc.

[–] [email protected] 5 points 1 year ago

\except $for $the $annoying $syntax $and $bad $function $naming, $it's $actually $turned $into $a $fairly $decent $language->

[–] [email protected] 2 points 1 year ago

I think the PHP maintainers recognize that drawback and are working/have done a lot of work to fix conventions. I remember having to fix my code the last time I updated to the latest PHP version because they changed the arguments to a function call to be more in line with the arguments for other similar functions.