I believe in the Unix Philosophy, especially the Rule of Modularity: write simple parts connected by clean interfaces and the Rule of Simplicity: design for simplicity; add complexity only where you must.


Traits of Exceptional Engineers

  • They'll dream big and push themselves, you and your team towards bigger achievements than you initially thought possible.
  • They have a growth mindset. They crave feedback and new challenges that will push them to grow, they persist in the face of setbacks, they see effort as the path to mastery, they learn from critical feedback, and they're inspired and learn from the success of others.
  • They make the code they own or touch simpler, clearer, easier to work with and faster to change. They do this out of habit, opportunistically and continuously.

Source: Traits of Exceptional Engineers


Features don't sell your product. What your product does sells your product. What your product does isn't a feature, it's what it does. Features are what it does on top of what it does.

 — Jason Fried, Friedisms

This opportunistic refactoring is often referred to as following the camp site rule - always leave the code behind in a better state than you found it. If everyone on the team is doing this, they make small regular contributions to code base health every day.

 — Martin Fowler, Opportunistic Refactoring

There are two methods in software design. One is to make the program so simple, there are obviously no errors. The other is to make it so complicated, there are no obvious errors.


If you imagine less, less will be what you undoubtedly deserve


Any fool can write code that a computer can understand. Good programmers write code that humans can understand.


Genchi Genbutsu

Genchi genbutsu (現地現物). Meaning "real place, real thing," this principle means "go and see for yourself," make decisions accordingly.

Source: The Age of Agile Must End