@roadriverrail heh, node/npm let you package your dependencies (hence their recent-ish introduction of `package-lock.json`) but.... not a lot of people actually do it
Top-level
@roadriverrail heh, node/npm let you package your dependencies (hence their recent-ish introduction of `package-lock.json`) but.... not a lot of people actually do it 1 comment
|
@darius In general, I just find there to be, in many modern language ecosystems, a culture of "fast, lazy, and glib" that dominates and comes out in ways like this. Another example is in the proliferation of TUI in new languages that just casually assumes UTF-8 and emoji support, rather than finding and improving on what ncurses already offers us. If it's not fun, sexy, and cheap, who cares what gets left behind?