|
I was very frustrated when I tried to move to gulp+sass+babel+uglifier tool chain, It took me an afternoon to set everything up before I can write any actual code. The whole thing looks like to be designed toward make big and long-term maintained website, not toward helping you to hack up throw away site quickly. Stuff like gulp, after I installed it globally, I still have to install it per project, which makes little sense to me. It used to be just "compass init; compass watch", and start write stuff, uglify JS before deploy, then done. I still hates JS, I don't get why a language once hated by everyone, now is sexy again.
PHP in contrast, have improved a lot since 5.3, and it actually quite fun to write these days. |
You get far by only having PHP and you get twice that by only installing composer.
No insane build steps, no running server process that needs to be hot reloaded, composer is faster relative npm, decent typing system and built in development web server.
To make PHP a superb language(okay, a better language :-) I wish for three things.
Looking forward to the possibility of a jit in PHP 8.