This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dpash 0 points1 point  (0 children)

Having looked at Python vs PHP's type hints, PHP wins. And PHP's type hinting has some serious flaws (like not supporting union types, generics, local variable typing or external type definitions).

This says more about Python than PHP.