The Vault
These are articles, videos, and other links I value and want to keep easily accessible for future reference or for those who are interested in how I think.
Articles
- Grug — Internal dialogue centered around keeping things simple.
- Locality of Behaviour — Structuring code to keep related code together. Separation of Concerns’ worst enemy.
- How to Test — Matklad — Reasonbly good ways to test things.
- Maker’s Schedule, Managr’s Schedule — Meetings are disruptive, and managers don’t understand that.
- Cognitive Load — Keep things simple.
- Advantages of incompetent management — Not everyone always needs to be doing something.
Videos
-
- Never Nester — Early returns.
- The Flaws of Inheritance — Composition over inheritance.
- Dependency Injection, the Best Pattern — It’s nice, but only for complex things.