Last active
November 15, 2019 19:17
-
-
Save leoauri/1ceff7419a9280764598c87af886367b to your computer and use it in GitHub Desktop.
Lean Coffee Golden Rules Of Software Development
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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