đź“–Glamorous Toolkit Live #3: Example-driven development
- 0:09:25
pragmas influence the set of methods available in the code block (run/test/etc.)
- 0:10:16
examples are kind of tests. you can run them and they’ll show green/yellow status
(reminds me of doc tests in Rust)
- 0:20:52
(how do you know if that’s an issue with your views or code? (especially if that’s a fresh view). it feels like in the end of the day you still need to inspect raw views sometimes)
- 0:31:00
“example map” to show dependencies between examples
- 0:32:31
“example map” between different example classes
- 0:33:58
you can weave examples with views into a documentation
- 0:36:47
examples of algorithm steps
(re: reification of steps)
- 0:40:33
examples + docs as a tutorial
- 0:43:08
test map helps to understand at which test to look at first (cascading failures)
- 0:46:32
glamorous toolkit does not have any unit tests, all tests are examples. examples are a different medium to express tests
Backlinks
- đź“ť Algorithm reification
- đź“ť Example-driven development
- đź“ť Glamorous toolkit