14

Which is worse?
The dreadful manager or Javascript on the backend?

Comments
  • 7
    The dreadful manager, obviously?
  • 4
    Obviously the first.
  • 3
    Manager.

    JS is just a language, if that is what you know best, what you prefer or what your platform only supports, sure use it for your backend.
  • 11
    Unpopular opinion: node and JavaScript can make for a good backend. Doing full stack JavaScript means it’s easier for engineers to work on all parts of the app, and therefore it’s easier to fix problems, wherever they appear. It has pretty good concurrency support, and a massive amount of libraries to call on. And as long as you’re using typescript, all the nightmares involved with js types is essentially gone

    I genuinely enjoy using nodejs, and don’t understand all the hate it gets
  • 3
    Depends. If you're using node.js or similar, the first. If you're catching http requests, firing them at a virtual browser to process some Javascript, capturing the result, and firing it back, then that's definitely worse than having a bad manager.
  • 4
    Why not both?
  • 3
    That's like asking which is better, a toxic life or a happy life
  • 2
    Backend JS developer turned manager. My previous company used to have one like that, and that's horrible.
  • 11
    Aren't they the same?

    I mean:

    - Both start yelling at you over seemingly random things.

    - Both are more well-known in the company than you are.

    - No sane person will like them.

    - Both get way more credit than they should.

    - Both give you more headaches than it's worth.
  • 0
    Manager
  • 4
  • 1
    *Busy writing typescript*
  • 3
    You can kill the manager.
    Can’t really kill Node, unfortunately.
Add Comment