Skip to content

Instantly share code, notes, and snippets.

@leoauri
Last active November 15, 2019 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leoauri/1ceff7419a9280764598c87af886367b to your computer and use it in GitHub Desktop.
Save leoauri/1ceff7419a9280764598c87af886367b to your computer and use it in GitHub Desktop.
Lean Coffee Golden Rules Of Software Development
1. Deploy to production at least once a day.
2. If it hurts, do it more often.
3. Small batches; always have it working.
4. Focus on one piece at a time.
5. Don't use a debugger.
6. Take breaks.
7. Teach to understand and revisit it.
8. Validate your assumptions (especially of your understanding of fundamentals).
9. Did you understand the requirements? What is the problem?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment