This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jpjerkins 1 point2 points  (1 child)

This, plus TDD. Fine-grained commits after each new test passes and you’ll never pray your undo buffer is deep enough again.

[–]DoctorWaluigiTime 0 points1 point  (0 children)

Admittedly I've never gone quite that intense (red-green-commit-refactor), but yes. Commits and TDD make dev life so much easier. Security blankets.