Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 603 Bytes

you-must-know-it-works.md

File metadata and controls

17 lines (14 loc) · 603 Bytes

{ "title": "You must know it works", "summary": "foobar", "type": "quote", "date": "2012-03-15 12:08:00", "layout": "post.twig", "tags": ["quote", "test", "best practice"] }


Every time QA, or worse a user, finds a problem, you should be surprised, chagrined, and determined to prevent it from happening again.

[...]

How can you know your code works ? That's easy. Test it. Test it again. Test it up. Test it down. Test it seven ways to Sunday!

Robert C. Martin - The Clean Coder