Comments by "Charles M." (@charlesm.2604) on "Go in 100 Seconds" video.
-
I don't get why people say PHP is great for smaller projects when it's clearly one of the most scalable option to use (speed, memory usage, etc...). Why do you think the biggest back-end run on PHP, even a decade after the release of NodeJS or with other legitimate options such as Java/Go/Python ?
PHP is mature, lightweight, fast, scalable and has a strong ecosystem but comes with one of the industry's worst developer experience.
On top of that, PHP devs have their preferences when it comes what technology they use and that's why you won't see a lot of library for websockets, MongoDB wrappers, etc...
So yeah PHP shouldn't be a first pick for every projects but not because it's "not good", simply because it's "too annoying". If you care about your sanity, go elsewhere.
19
-
3