Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 424 Bytes

EvilPingPong.md

File metadata and controls

12 lines (7 loc) · 424 Bytes

Evil Ping Pong

Summary:

Learn how to design though tests despite unhelpful implementation

Details:

One pair is responsible for writing the tests, the other is responsible for implementation. After the tester is done writing the test, the implementer creates an implementation that satisfies the rules set by the test, but not the intent of the test.

Example:

https://www.reddit.com/r/MaliciousCompliance/