Write tests while building, not afterTesting is part of the development flow — not something you add at the end.
Automate what you already check manuallyIf you’re repeating a check by hand, it’s a good candidate for a test.