Y
Hacker News
new
|
ask
|
show
|
jobs
by
jablan
4843 days ago
Don't you think that, when it comes to OOP features, PHP recklessly introduced lots of Javaisms which lose lot of sense when applied to a dynamically typed language? I believe the author had exactly that in mind.
1 comments
johnny22
4842 days ago
definitely not. can you name one feature that has been added that isn't useful to a dynamically typed language?
The only one i can think of is object type hinting which alone isn't that big of a deal.
link
jablan
4830 days ago
Umm... Interfaces? Abstract methods and classes? Finals?
link
The only one i can think of is object type hinting which alone isn't that big of a deal.