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
-
TeachMeCode5175310dAnd he wrote no unit tests? I bet I know the answer to this one!! Holy shit, that must’ve been one huge monster commit, I bet GitHub or whatever vcs you use had a stroke. I would like to see the diff on that one lol.
-
TeachMeCode5175310d@MaNaNa ughh….damn. You’ve come to the right place. I feel bad you have to suffer this guy
-
TeachMeCode5175309dDoes your team have a PR process or code review? It’s one thing to push a HUGE commit but changing the ENTIRE CODEBASE?? Unless it’s really small and not well established. That’s scary, I would not want to work with someone like that
-
MaNaNa16309d@TeachMeCode we do, but unfortunately his TL is VERY forgiving, hence the result.
But it’s not a bad idea to actually talk to the TL
My co-worker had to add some small feature, and while at it, he thought it’s a good idea to “refactor” the entire repo.
Now the code is over-modularized and full of disconnected 100 line files, just for the sake of modularity.
Sometimes less is more
rant