more principles

This commit is contained in:
Morgan 2021-01-24 12:43:58 +01:00 committed by GitHub
parent fb7d778b5a
commit cc54f1ae67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,3 +256,4 @@ See also [Calm programming / Slow programming](README.md#calm-programming--slow-
* Wait before jumping on every opportunity/request/problem. Dont touch it / dont act too soon
* Use right tools for the job (email != todo list, PR and commits != code documentation, Jenkins != long term storage for releases/versions/build info/state of quality of your code)
* Using boring technology. Don't get distracted too often with shiny tools that reinvent the wheel.
* Write lesss code, read more. Read more code, tips, manuals, blogs, articles, watch presentations and listen to podcasts about your programming craft. Learn from others prior to writing bugs.