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
-
IntelliJ ultimate has duplicate code detection, even if it's not an exact copy but altered a bit.
-
@succcubbus is there any way to make a pre-commit-hook out of this? Because i can't get my boss to change editors.
-
@PonySlaystation i already told my boss i'm quitting, this is the last month i'm working at that place. But i'm trying to leave a better workflow for the colleagues and the guy that'll replace me
Related Rants
-
seraphimsystems16Dear me, We have noticed you uploaded files to a public github with your API keys in plaintext. Please proce...
-
linuxxx17More than half of all support calls and tickets we get are so fucking easily searchable through our own fuckin...
-
uuid4One day: 10000% motivation.... Next day: 0% motivation. *sigh*
My biggest enemy is what i call "development fork bomb".
My boss duplicates code on a daily basis. Instead of creating subclasses he simply creates new files by copying lines from other files. The projects class hierarchy is as flat as holland.
You can take a comment, do a project-wide search and you will find 3+ matches, an ugly hack i wrote exists 4 times in the project, and so on.
Worst of all, we spend more time on bugfixes than refactoring. With my power i could add a commit-hook to block or lessen this behaviour, but i cant. There's no program that can detect this reliably and sometimes it needs to be done.
This is a curse i'm stuck with appearently.
rant
wk94