principle on slowing down and understanding clean code

This commit is contained in:
Morgan 2021-01-24 12:48:03 +01:00 committed by GitHub
parent bf48450816
commit 04cac4614d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -258,3 +258,6 @@ See also [Calm programming / Slow programming](README.md#calm-programming--slow-
* 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.
* Value your time, use it to focus. Put lot of non-meeting blocks in your agenda.
* Learn how to write clean code, and repeat. So when you will have to rush, you will not forget to do your work right, and you will naturally provide more quality work.
* Do your research, don't always rush in coding or in reinventing the wheel. You will learn a lot through research.
* Reuse existing code. GitHub is your friend.