“On Thursday, through a line of skillful and at times ruthless questioning, California Congresswoman Katie Porter got the head of the Centers for Disease Control and Prevention (CDC) to commit to free testing for all Americans who may be carrying the coronavirus.”— Stuart Emmrich, Vogue, vogue.com
“I’m halfway through it, I swear!”— Bill Oakley, Josh Weinstein, Bart Simpson, Nancy Cartwright, imdb.com
“Testing people—it's the only way to truly know who they are.”— Vanessa Rojas, Cal Roberts, Hugh Dancy, imdb.com
“How to build a good test suite: 1. Every time you fix a bug, add tests that would have caught it 2. Wait a year or two (There is no step 3.)”— Sophie Alpert, twitter.com
“A hypothesis is only the first step in any rigorous scientific process.”— Samuel H. Sternberg, Jennifer Doudna, amazon.com
“The snapshot artifact should be committed alongside code changes. We use pretty-format to make snapshots human-readable during code review. On subsequent test runs Jest will simply compare the rendered output with the previous snapshot. If they match, the test will pass. If they don't match, either…”— Christoph Pojer, facebook.github.io