|
|
|
|
|
by sebstefan
693 days ago
|
|
It's hard defending php in 2024 when you've used the alternatives that exist... It took two major versions to add types to both function arguments and return values and there's still no type-restricted data structures. Think "array of foo". Just overall, other than with bash, I've never shot myself in the foot more often than with php I despise that thing with a passion |
|
I don't generally like duck-typing languages, but PHP is no worse than its competitors.