3
webdev
11d

so I'm the new guy now, my new team write complicated, deep-for-no-reason IFs instead of a switch, gave me a shitload of resources to get up to date with their standards, insisted to every time make sure my code has been tested, then the first deployment I see THEM do breaks production, because a major fucking app had no tests whatsoever, also half of the team has 30+ years of experience in backend, laughs about TS on the server (which is actually fair) and I'm the frontend guy

challenge accepted

Comments
  • 3
    I just change the code from ifs to switch when it's my turn 🥁
  • 0
    Fuck off with if and switch statements.

    Fuck with switch expressions and pipes instead.
  • 0
    A switch is just a confusing if/else.
  • 0
    As long as it's not nested hadoukens.

    Gotta refactor the logic and data sets to avoid that, but it's worth the effort
Add Comment