←back to thread

272 points abdisalan | 6 comments | | HN request time: 1.188s | source | bottom
Show context
sgt ◴[] No.42175354[source]
I've actually had a node project go bad in a mere 4 months. It must be a new record. That was about 4-5 years ago though.

Hopefully the ecosystem as improved since then, but it was nearly impossible to get going.

Some packages had been changed and the version number overwritten with incompatible packages, and the conflicts were plenty.

replies(4): >>42175458 #>>42175556 #>>42176160 #>>42176366 #
jerf ◴[] No.42175556[source]
One of the things I'm intrigued by is that JS people, and the other couple of ecosystems where this is a big problem, go out to learn another language (as a good T-shaped developer does), and then start posting frantic questions to the new language's communities about how this popular library hasn't had a commit in six weeks, is it dead, oh my gosh wtf aaaaaaaaaaa.

It's OK. Not every language ecosystem is so busted that you can reliably expect a project not to work if someone isn't staring at it weekly and building it over and over again just in case. Now, it's always a risk, sure, no language anywhere is immune to the issue [1], but there's plenty of languages where you can encounter things from 5 years ago and your default presumption is that it's probably still working as well now as it did then. It may be wrong, but it's an OK default presumption.

[1]: Well... no language in common use anyhow. There's some really fringe stuff that uses what is basically content-based references for code dependencies, but I'm not aware of anything that I'd call "production quality" that even remotely looks like that, and is immune to someone just plain making an error with the semantic versioning or whatever.

replies(3): >>42175615 #>>42175633 #>>42176233 #
rootnod3 ◴[] No.42175615[source]
These JS developers would probably shiver at seeing many Common Lisp repos with a last commit like 12 years ago and still working like a charm.
replies(3): >>42175670 #>>42175679 #>>42189332 #
1. kaptainscarlet ◴[] No.42175670[source]
Node is bad but the worst I have seen is Android
replies(1): >>42175700 #
2. telgareith ◴[] No.42175700[source]
How about node on android?
replies(1): >>42175849 #
3. lpapez ◴[] No.42175849[source]
Delete this comment right now, don't give them ideas.
replies(1): >>42176061 #
4. ian-g ◴[] No.42176061{3}[source]
Too late, we already have react native
replies(2): >>42180346 #>>42199355 #
5. kaptainscarlet ◴[] No.42180346{4}[source]
It's a double whammy
6. plaidphantom ◴[] No.42199355{4}[source]
And Nativescript.