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
-
totoxto2516y@hugh-mungus it's the CEO who is also the original author of the product. AFAIK it used to all reside in one file with no VCS in the start. The fact that tests now exists, there's a review process and many other things are a result of a lot of convincing. Forcing him through the review process seems to be a battle none of the developers are willing to take though.
-
totoxto2516yWhile the code might look odd like that, he is smart and rarely breaks something. So it's not much of a problem, probably the main reason that my seniors doesn't push the issue. So I hope I don't paint a too dark picture of the situation.
I excused myself for writing a switch statement with only one case during a code review with thinking it was likely to get more cases in the future. Lead dev said that's okay, then chuckled a little before he showed me a switch statement with two cases added by one of the people who can bypass the review process: case true and case false.
rant