Explaining PHP to a new developer
M
mentor_dev +4200
PHP is like a kitchen where every drawer has knives, but they're all slightly different sizes and some are actually spoons labeled as knives.
N
new_dev_2024 +890
Why does sorting an array modify it in place but array_map returns a new one? Isn't that inconsistent?
M
mentor_dev +3100
Welcome to PHP, where consistency is treated as a suggestion rather than a principle.
L
laravel_fan +6700
Just use Laravel and pretend the underlying language doesn't exist. That's what we all do.
15,800 pts Source: manual
View original →