Hacker News new | past | comments | ask | show | jobs | submit login

I think PHP has some goodness that makes it the poor's man java.

Neither Ruby or Python provide that for instance.

Though Ruby is in my opinion well designed,and with duck typing,you might not need all that Java like OOP, I dont know,I feel like having interfaces makes me understand code faster and better,

Want to understand what an object does? just read the interface,no magics,no bullshit,it's self documenting and that's important,that's why you can have these huge codebases like Zend,Symfony or Doctrine and still understand how complex elements work together. And even figure out how to use them without a doc,just like Java.

I feel I cant go to Django's source code or Rails source code and understand everything easily just by reading function signatures.

And the write/refresh cycle makes iteration pretty fast during development. But yeah,PHP basic syntax sucks for sure.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: