Show Navigation
Conversation
Notices
-
> https://eev.ee/blog/2012/04/09/php-a-fractal-of-bad-design/
@mangeurdenuage @p Quite an interesting read.
But I should point out that a good chunk of these points is out of date:
> PHP errors and PHP exceptions are completely different beasts. They don’t seem to interact at all.
> Function arguments can have “type hints”, which are basically just static typing. But you can’t require that an argument be an int or string or object or other “core” type, even though every builtin function uses this kind of typing, probably because int is not a thing in PHP.
Like this is no longer true.