6

I saw one of my coworkers do a multi step bus ticket purchase in one file (we use angular 4) instead of using components he just hide and show the sections, resulting in a class that have about 2000 lines of code, unused variables, unused functions o just functions that console.log something, and many many lines of declaring variables. I tried to fix that, but this crazy deadlines were fucking with me

Comments
  • 0
    When they ask me to fix something I just get sad to look at that knowing I have to work with that garbage
  • 0
    Shit dude, why the fuck does he do that
  • 1
    Configuring tslint with strict rules might help your colleague to improve his shitty code! Our codebase has been way cleaner since we modified the default configuration!
Add Comment