A Tale of Testability and Sending Non-Send Types in Rust
4 points by emschwartz
4 points by emschwartz
while rambling on about how writing obsessively testable code leads to better design
Reminds me of how learning Rust was fairly easy because my obsession with trying to reinvent type system-esque guarantees in Python unit tests without burning out had already led me to architect my code in ways generally more like what Rust wants.