It's only stressful because they keep moving ahead when they still have bugs left behind.
Dragging entire cartloads of technical debt behind them and when you point to it they get pissed off because they're stressed out. But they don't want to stop because they get paid on delivery, not on quality. Because they people who are paying them actually don't care if the stuff works. 😂 But we can all see that nobody is using their app. We can't use it. It doesn't work.
I blame react ⚛️
A lot of Nostr devs use Svelte, it seems.
Then I blame JS in totality
I can agree with that.
Yeah, JS is...well it's JS.
This is why I Go... With a sprinkle of HTMX
I might attempt desktop UIs in C++ for a project...we'll see
Precisely. JS and all of its frameworks. HTMX gives 95% of all the functionality of JS, 95% confusing bloated functions I no longer have to write. Just need JS for some animations and switches. And MOST of that is just animation...
I need to start looking into HTMX more seriously. While I'll talk crap, I feel like a JS is a necessary evil at this point, it's just a huge percentage of the job market now.
HTMX.org You must learn to handle everything server side. HATEOAS Think differently. It weird at first, and the longer you've been using JS traditionally the harder it's going to be to re-wire your brain to program that way. It seems wrong at first but then the code base is so much smaller and less worry about how the client behaves because most compute is server side.