9
g41j1n
44d

Little bit of background I've been a front end developer for the past eight years not a good one but I get by. Last 4 working with consulting firms for fortune 500 clients. Big projects big plans big structure, following someone else's lead and just knowing the basics of code reviewing, git flow, code deployment and everything else... life happens and i end up as a front end developer for a big company not tech related that wants to depend less from consultants and do more in house dev. Seems a pretty straightforward project front in angular. Back on python doing queries to a database with sql server. I finish the on-boarding and after two weeks finally get access to the repos. Worst spaghetti code I've ever seen. Seems like someone took a vanilla script project from 10 years ago and push it into an angular tutorial project. Commented code, no comments for the code, deprecated functions still there, no use of typescript nested ifs hell. I try to do my job doing new features do comments clean up a bit. Senior developers get annoyed

Comments
  • 0
    Have you talked to them about your concerns? It doesn't seem fair that they're getting annoyed, unless it's their shitty code.
  • 0
    I talked with one of them. I asked why do we have so much commented code? their response... it was already there.
  • 2
    @g41j1n that's definitely not a "senior" level answer.

    Commented code has nothing to do on the master branch. I can understand the value of Just commenting stuff out for Testing and development. It's very sligthly faster than reverting or looking for past git changes. It's even a bit more convenient than stashes. But realistically when I know merge is going to master I come down on that shit like a hammer. Delete it, it only serves to scare and confuse junior devs -_-

    I think code should never be a personal "my baby" kind of thing. Reviews are a great thing and code should always evolve with the project :/
  • 0
    It's my senior on the project but doesn't seem very experienced. I didn't want to make a big deal out of it, but whoever started this project didn't exactly follow best practices.
  • 0
    senior devs there are lazy and mad at your for forcing them to think.

    you're going to have to either tow the line or leave. sometimes you can convince the team at large to devote time and effort to fixing and improving things but this can be difficult. it's going to require some finesse and patience on your end either way
  • 0
    I think it's more like convincing the PM that is a good idea for us to have clean code the show the rest of the devs how to do it
Add Comment