TAG
engineering
2 articles collected.
2026-07-09
Notes on C++ ownership and lifetimes
Practical notes on expressing ownership and object lifetimes in modern C++ with smart pointers and references.
Notes
2026-07-01
Readable code over cleverness
A short essay on writing code that is easy to read, with small examples in TypeScript, Python, and C++.
Notes