|
|
|
|
|
by chinese_donald
3512 days ago
|
|
I have been using PHP for over a decade in my personal and professional life. I also use Python for some projects and I'm also learning Go. Every language has its strengths and weaknesses. PHP 7.X is the latest release. It has some nice features like type hinting, major speedups to the core language, and a whole host of other things. It still has many things that could be improved (no language is perfect), but I still use it for the back-end of most web sites/apps. It's been battle tested by many major sites and still gets the job done. Many people hate PHP because it's cool to do so. New fad languages and frameworks aren't always the best thing for a new project. Especially when they haven't been thoroughly tested in a production environment. |
|