http://herdingcode.com/herding-code-117-llewellyn-falcon-on-approval-tests/
related to testing-concept-approval-tests
make your mistakes cheap
had a graphical output
uses a graphical reporter to output the first version which you, as a person, can verify
podcast-herding-code-117-approval-tests#visualize-data-so-can-consume-as-a-person1At 25:00 "When I'm doing to_strings I have to think about how can I visualize this data so I can consume it as a person?" podcast-herding-code-117-approval-tests#visualize-data-so-can-consume-as-a-person1
"combination approval" is something like enumerating all 36,000 combinations of 6 6 sided dies
at 32 talks about functional
at 38:50 with primitives you are testing numerous separate aspects of the system
traditional testing do one thing and then use primitives to verify it from many angles (as opposed to having a single aggregate that verifies all of it)
at 47:00 gfour things tests give you