Live data from Hacker News

Ask HN:Do you go back and change your code or let it be.

news.ycombinator.com

1–5 of 5 posts

Ask HN:Do you go back and change your code or let it be.

#1
After you learn better ways of implementing something do you go back and change it or let it be and make sure you do it the right way in the future.?

I ask this because I have this almost OCD urge to go back and change everything to perfection(or my idea of perfection at current!!).

EDIT: Added personal note.

Re: Ask HN:Do you go back and change your code or let it be.

#2
Depends on the situation. If it makes sense to improve my code (it's still actively developed or maintained, and changing the implementation does not introduce incompability (or if it does, then it outweights the trouble of updating dependent software), etc), then I go back and change it. Otherwise, unlikely.