DEV Community

Discussion on: What piece of tech do you regret choosing for a project?

Collapse
 
ben profile image
Ben Halpern

I felt some pressure to adopt some JavaScript libraries in the ~2013-2015 time when they really were not upgrades over what came before them — just had some hype.

I was a less experienced developer at the time, which let me question some of my own hesitations, and should have trusted my personal evaluation of the developer ergonomics.

I'm not some kind of anti-new-stuff curmudgeon, by any means, but learned a lot about how to make choices which have carried me forward well.

Collapse
 
xowap profile image
Rémy 🤖

Oh gawd all that stuff confusingly trying to fix browser compat and provide data bindings to the DOM but in a completely clumsy and unordered way. I'd say it's what gives JS such a bad rap about getting a new framework every day.

Collapse
 
ben profile image
Ben Halpern

it's what gives JS such a bad rap

I think our puny human brains have a hard time understanding how quickly things shift and change in the computer world while keeping the same name.

Like, if you don't like spaghetti in 2012, you probably won't like it in 2020 unless your tastes changed.

Not that JS has clearly changed for the better, but it has definitely changed in many ways — I think we have a really hard time being objective about these things over time.

Thread Thread
 
xowap profile image
Rémy 🤖

Well, JS was always a way to transform DB data into an interactive display and it's getting really easy to do so. I remember spending hours creating DOM elements by hand and binding events manually, there is nothing I regret :) [except maybe a few hours too many spent configuring Webpack]