- Overview by Jade
- Transformation Priority Premise
- not necessarily always correct, but you get the idea.
- a corollary to refactoring
 
- "AAA Testing": Arrange, Act, Assert
- Ping Pong Pairing
- Red/Green/Refactoring
- vscode live share
2 "Players" alternate rolls
- to prevent the roles of "driver" and "navigator" from developing
- Also: try to mix up your pairs! "Fry" and "Zoidberg"
- Fry Makes the simplest test that can possibly fail
- Usually using "AAA Testing": Arrange, Act, Assert
- Zoidberg makes the test pass in the simplest way possible (by being adversarial)
- a heuristic for "Simplest" is the Transformation Priority Premise
- possible refactoring, though it should be obvious when to actually do it
- Zoidberg makes the next simplest test that can possibly fail
- Fry makes the test pass in the simplest way possible (by being adversarial)
- Repeat until completed
- who cares? We're dealing with a subset
- three or four cards sharing the same rank, e.g. 8♥ 8♦
- sequences of three or more cards in the same suit, such as 3♥ 4♥ 5♥ or more Les do it!
- they look like this
