Comment on Ask HN: How do you write code so it's easy to change?Comments−jiveturkey6yTDD is the key.By using TDD methodology (structure your code to support it, not necessarily obey the principle head to toe), your code will be 80% of the way there.
Comments
TDD is the key.
By using TDD methodology (structure your code to support it, not necessarily obey the principle head to toe), your code will be 80% of the way there.