
A Philosophy of Software Design, 2nd Edition

I can only truly speak for myself as a 10x developer, and here’s what I believe to be different about me and the other 10x (or even 100x) developers vs my 1–2x peers:
- Understanding how things work.
- I hate “magic” software frameworks and I will spend countless hours making sure I understand what’s going on behind the scenes before I’ll write productio
Liz Brautigan • (23) Quora
Complexity can be tamed, but it requires considerable effort to do it well. Decreasing the number of buttons and displays is not the solution. The solution is to understand the total system, to design it in a way that allows all the pieces fit nicely together, so that initial learning as well as usage are both optimal. Years ago, Larry Tesler, then... See more
Don Norman • Living with Complexity (MIT Press)
My notes from Hackers & Painters by Paul Graham:
The way to create something beautiful is often to make subtle tweaks to something that already exists, or to combine existing ideas in a slightly new way.
There are only two things you have to know about business: build something users love, and make more than you spend. If you get these two ri... See more