in reply to Re^2: Does bad code really teach you to write good code?
in thread Does bad code really teach you to write good code?

If you have a test suite, then it doesn't matter how your code was written - you can always refactor it.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re^3: Does bad code really teach you to write good code?