- Overview by Jade
- Transformation Priority Premise
- not necessarily always correct, but you get the idea.
- Triple-A
- Ping Pong Pairing
- Red/Green/Refactoring
- vscode live share
2 "Players" alternate rolls "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
- 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!