- cross-posted to:
- games@sh.itjust.works
- cross-posted to:
- games@sh.itjust.works
You must log in or register to comment.
At some point,
npm
supply chain attacks are going to stop being news and start being “Tuesday.”… JS on the backend was a mistake.
JS on the backend was a mistake.
Typo squatting is not unique to JS.
True, but it’s uniquely bad in the JS world. Developers tend to rely on libraries in almost cartoonish excess.
- The language is shit in general, leading to an endless parade of frameworks and packages designed to paper over the sore spots.
- The lack of a well-rounded One True Standard Library™ means lots of trivial functionality needs to come from somewhere.
- Micro-dependencies are commonplace, leading to bloated dependency trees. I’d guess this is caused by a combination of both culture and the fact that you often want your JS artifacts to be as lean as possible.
JS was a mistake.