An elegant approach to unit testing HTTP requests (determinstically!): https://github.com/kevin1024/vcrpy
Related Posts
Go has an elegant approach to defining example functions, which are shown in docs as `main()` with the output: https://go.dev/blog/examples
Do any tech streamers try new software live? It'd be a really fun way of doing UX testing.
I'm designing a programming language and trying to decide the type of `let x = 1;`. Should it be Unit or Int?
Advantage of Int: really convenient when evaluating snippets in a REPL.
Advantage of Unit: It's much less confusing when type inference runs on an incomplete function.