We’ve gotten to the point where you aren’t considered a real professional unless you start even the smallest projects with maximum technical debt.
They’re just following the model laid out by the venture capital model, really.
Comment on No JS, No CSS, No HTML: online "clubs" celebrate plainer websites
x0x7@lemmy.world 1 day agoThe dependency hell of JS is caused by React. It’s an ironic turn because node gained popularity in part because it was one of the first to have a coupled package manager with everyone in contribution, full of a billion packages that follow the unix philosophy of “everything should do one thing, do it will.” Dependency hell would disappear if people stopped popularizing competing swiss army knives, and then trying to mash these swiss army knives together just to improve portfolio.
We’ve gotten to the point where you aren’t considered a real professional unless you start even the smallest projects with maximum technical debt.
We’ve gotten to the point where you aren’t considered a real professional unless you start even the smallest projects with maximum technical debt.
They’re just following the model laid out by the venture capital model, really.
lmr0x61@lemmy.ml 21 hours ago
That’s fair, actually: my project had 2 packages in my
node_modules
(not mypackage.json
, total dependencies!) in vanilla JS, now it has well over 100. Unreal.