Video: Structure and Interpretation of Test Cases - Kevlin Henney
December 17th, 2020
(https://www.youtube.com/watch?v=tWn8RA_DEic)







snake case is more readable than camel case (when > 30 characters, which tests usually are)
"should" is like training wheels
name tests as propositions

name test as Method_input_result

Model: tests must clearly express required functionality

[ ] Article:



