← Back to context

Comment by kristopolous

12 days ago

It's a choice. The dominant paradigms choose not to.

I disagree. And that makes me the loser here

Another loser here to second you

  • I wrote these libraries like

    https://github.com/kristopolous/db.js and https://github.com/kristopolous/evda in the early 2010s. I spent months on them

    I was all in. I swore off touching front end in 2022. It's terrible now

    • Ah, yeah. I spent the early 2010s writing front-ends in AS3, so imagine how that turned out. I wrote my own event system too when I was forced to head to javascript, but in the end I mostly just used jquery's, and it's still what I use. I agree the event-driven paradigm leads to sloppy code, but static event names are enough of a clue to what's invoked most of the time, even in relatively large projects. And most things can sensibly just be promisified now anyway, besides user interactions.

      I thought it was funny that you wrote this way back when:

      >> I've often seen projects where I think "what talks to what and how? What is the separation of concerns and where does this code live?"