Home

Quote of the Day

If you enjoy programming, philosophy, math, or any number of geeky topics, you're in the right place. Every day, I'll post a random quote from my extensive collection of Kindle highlights. Quotes do not necessarily reflect my views or opinions. In fact, part of my epistemic process is to consume a wide variety of contradictory material.

11/16/2024

Set the expectation that all systems need to be rewritten eventually. Engineers at the highest level write programs that have to be revised. No one is smart enough to anticipate every new use case or feature, every advancement in hardware, or every adjustment or shift that might require code to be rewritten.

— Marianne Bellotti, Kill It With Fire

Discuss this quote

11/14/2024

Any programming language is only a tool. I have been privileged to work with a few world-class programmers. These people will write good code in a programming language that they have never used before.

— David Farley, Modern Software Engineering

Discuss this quote

11/13/2024

Our audience has oddly asymmetric capabilities. By relentlessly pressing for more features sooner, they can spoil software development over the long term. However, they can’t do anything to directly improve software development. They can mess it up, but they can’t fix it.

— mechanical-orchard.com, “Friction” » “Debt”

Discuss this quote

11/12/2024

Design free-for-alls produce systems no one can make sense of as a whole, and they are very difficult to maintain. But architectures can straitjacket a project with up-front design assumptions and take too much power away from the developers/designers of particular parts of the application.

— Eric Evans, Domain-Driven Design

Discuss this quote