11
lenomnl
8y

When people think 100% test coverage indicates your code is unbreakable..

Comments
  • 1
    Tests are great, when you've accounted for most use cases, tested on a stack very close to 'live', tested integration with other components, and handled all unexpected cases graciously... And of course, the thing does what the user actually needs.
  • 3
    Tests are only good if you know how to write them effectively.
Add Comment