Developer Mantra
- Iterate fast. Speed is of the essence.
- Incrementalism over “moonshots”. Borrow and enhance what’s proven to work.
- Don’t over engineer. Premature optimization is the root of all evil. Remember; “You ain’t gonna need it.”
- Beautiful Apps over Beatiful Code.
i.e. UX/UI (hard to get right) over back-end structure (not as hard to get right).
- Stay on point
Do only what’s currently a priority for the stakeholders and the team.
- Experiment rapidly, all the time.
Progress = our rate of experimentaion.
- Be passionate about what you’re doing
- Be engaged. Show that you care. Everyone notices if you don’t
- 1st rule of optimization: Don’t. 2nd rule: Don’t..yet. 3rd rule: Profile before optimizing.
- The process is: Make it work. Then make it right. And, finally, make it fast.