Three ideas guide how I design and build software:
| KISS Simplicity is the foundation of maintainable systems |
|
| DRY Each piece of knowledge should exist in a single, clear form |
YAGNI Build only what is necessary, when it’s necessary |
In other words, I focus on systems that age well: minimal, intentional, and built to endure.



