|
|
|
|
|
by mschuster91
2395 days ago
|
|
At least for Java, PHP has the massive advantage of "change the code, save it and hit cmd+r" while Java, JavaScript and .net require recompiling, repackaging and deployment. At work I develop for both PHP and Java projects and... it's cumbersome to develop for Java projects, to say it nicely. Ever tried developing for Jira, Jenkins or enterprise CMSes? |
|
Not to be a pedantic curmudgeon... actually, precisely to be a pedantic curmudegon... javascript does not require any of that.
The byzantine and asinine ecosystem that has sprouted like a cancer around javascript when SV and Node noticed the language and its profit potential, fueled by hype and unnecessary complexity? Yes. But the ecosystem is not the language.
Javascript itself is exactly like PHP in this regard - you edit a file, upload to the server, refresh the browser.
Everything else is unnecessary. Useful? Maybe. Bullshit? Probably. But not necessary.