Series 01
Notes
Essays on writing code that lasts.
Featured
Notes on C++ ownership and lifetimes
Practical notes on expressing ownership and object lifetimes in modern C++ with smart pointers and references.
Readable code over cleverness
A short essay on writing code that is easy to read, with small examples in TypeScript, Python, and C++.