Thursday, March 21, 2019

Fake, Make, Triangulate

I learned about a pattern in creating tests where you can choose to
1. Fake it
2. Make it
3. Triangulate

There is a simple, somewhat contrived example of this in a Fizz-Buzz example of a function.
Pluralsight has a video on it here.

No comments: