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
-
Seems this is the case 80% of the time. You do something that isn't the best way, but it works. You make a note to optimize it later when you have time and then move on to the next thing. As long as it still works you forget about it or it's "low priority" compared to all the other things on your plate that don't yet work.
After enough time has passed, you forget why you did it that way in the first place and then you're afraid of changing it and breaking everything. -
sudormrf18yWhat it actually means: this is a bad implementation, and I want the next person who sees my code to think I was going to replace it. But it works and I'm onto the next thing
-
Eek, I was actually worried you got stuck with some of my old code. Then I saw you were from London, whew!
-
Demy20888yI imagine an old mad with the long white beard still meditating on the top of the mountain to find the solution for this.
Just saw this comment in our code:
// TODO: think of a better way to do this
Committed June 12, 2012
undefined