|
|
|
|
|
by krapp
2233 days ago
|
|
I think it's not the language that's bad in this case, but the environment. When standard practice is such that you can't distribute even a rudimentary JS library without half a dozen config files it does seem like something is awry. |
|
4-5 more files and some env vars sure are annoying, but it also means that I only have to deal with config once, then can build and deploy my application in almost any environment.
Also note that a lot of these config files enable you to use type checking and clean, modern JavaScript with added features and syntactic sugar that make JS easier to use. It's my understanding that the JavaScript-hating crowd has derided JS for the exclusion of these in the past ("it's a toy language" etc), so I'm not really sure what's expected here.