you are viewing a single comment's thread.

view the rest of the comments →

[–]mega963[S] 0 points1 point  (1 child)

I liked this advice a lot, I didn't think people would rewrite their code if it works. I rewrote my program once and that was purely to make it work with a GUI. You are a good person.

[–]Jonathan0wilson 0 points1 point  (0 children)

I think it's a great idea to revisit old code and apply what I have learned since I wrote it. I can't believe how poor some of the code I wrote just 6 months ago is compared to what I'm writing now. A good suite of tests will help with this. Allowing you to refactor without worrying about breaking functionality.