Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
This literally happened to me all the time when I was a junior dev. Was one of the most frustrating things that ever happened to me.
-
Anon3Maus469yit does seem to be a constant battle, though I'm not saying the quality of the code isn't greatly improved by their input, it would just be nice to know what's going on sometimes
-
I'm with you there bro. Not knowing what's going on and why they changed it was infuriating. It got to the point where we had weekly one on ones with the senior dev to talk about these sorts of things. It never improved, and I ended up leaving because of it.
Been much happier since -
Anon3Maus469yYeah I get that feeling sometimes, a lot of transitioning happening in all processes at my work atm, hoping things will begin settling soon
-
This is the reason we call it code review. They should review and suggest. Not actually add the code!
Devs should only be coached and mentored through peer reviews. Being told why something is done a certain way encourages learning and strengthen the skills and abilities of the developer submitting the PR. -
Anon3Maus469ycouldn't agree more, we've been trying to break the startup mentality as much as possible
-
Nojil14549yThe co developer LOVES to tell me a different way of doing things because that's the way SHE does it, forcing me to change my code so it matches her flow.....FMDL
Junior Dev me: ok boss, coding is basically done, just need to do some more system testing.
Senior Dev: fantastic let me take a look.
(3 hours later)
Senior Dev: ok so I've made some small changes and pushed, could you pull my edits.
me: sure
(pulls changes)
(EVERYTHING Is changed)
(try to compile)
(doesn't compile)
Me: sorry, it doesn't seem to compile for me
Senior Dev: I never tried to actually build it, it's only a small change
me:
undefined