HACKER Q&A
📣 akudha

Forced to work with tech that you hate? How do you manage?


I'm beginning to hate the JS/Node/React etc ecosystem. But I am forced to work with it.

Anyone else using tools, tech that they really hate, but are stuck with it? How do you manage to be productive, not be in a constant state of annoyance?


  👤 turtleyacht Accepted Answer ✓
There's plenty of things to try:

  * Set up Javascript Standard
  * Add Stryker mutation testing
  * Refactor changes into a corporate
    template for new projects.
  * Experiment with minimal JS calling into
    C via FFI
  * Port older company libraries to WASM
    (Java -> JS callable WASM)
  * Take some Frontend Masters courses on
    Enterprise Design Patterns, WebRTC, and
    data structures.
  * Volunteer to wrap stuff in APIs, since
    Node.js lets you prototype quickly
  * Study the D3.js codebase. Highly
    recommended from "Reliable Javascript"
Any of the above gives you a chance to learn transferrable skills.

Even IIS/VB lets you write ES3, and you can pass in functions as arguments. That is really liberating.

And finally, what tech would you rather be working in instead?


👤 lax4ever
Focus your efforts on what you have control over. I am sure I am not the only one that despises have to use Windows and the spyware riddled mess that it has become, but I can't control it, so the only option (at least in the short term) is to focus your efforts on what you can control. Long term, maybe you will eventually be in a position to recommend/implement a switch, but don't let that take up all your time.

👤 WallyFunk
> How do you manage to be productive, not be in a constant state of annoyance?

This is why programming is paid so well. You get paid to bang your head against the wall and live in Google and Stack Overflow. The trick is in the delayed gratification premise, in that you only see the fruits of your labor after a long period of headaches.


👤 wnolens
Write tools/libraries that remove the pain.

Or stop caring.

I once had a contract to work on a brutal legacy Microsoft C++ codebase, everything COM, ton of macros enforcing inane conventions. I worked at 20% productivity. Billed the hours all the same, not my problem. Whenever I felt over it for the day, I closed my laptop and walked away.