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

Programmer Humor

32396 readers
942 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
[–] carbonara 14 points 1 year ago (5 children)

Still waiting for anybody to explain me why I shouldn’t write my backend in php

[–] 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] 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.

load more comments (1 replies)
load more comments (3 replies)