(no title)
matt__rose | 11 years ago
You may look at it and rewrite huge chunks because you're a far better programmer now, but trust me, re-writing code is way easier than writing it from scratch
matt__rose | 11 years ago
You may look at it and rewrite huge chunks because you're a far better programmer now, but trust me, re-writing code is way easier than writing it from scratch
daemonl|11 years ago
mattdeboard|11 years ago
Anyway, good blog post.
ulisesrmzroche|11 years ago
seanmcdirmid|11 years ago
> but trust me, re-writing code is way easier than writing it from scratch
Not always true, and not even often true.
randallsquared|11 years ago
> Not always true, and not even often true.
In my experience, virtually always true. Just rereading the code you wrote before will bring back the understanding you had when you wrote it (unless you intentionally wrote obfuscated code, I suppose?), and it'll be immediately obvious to several-years-on you what the shortcomings were of that idea. If you have the time, a full rewrite almost always turns out to be better code than the old version, as long as you can hold off on trying new experiments in the process.
ascotan|11 years ago
Dylan16807|11 years ago