From cc54f1ae67ca241270569249acc46dcfd28be979 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sun, 24 Jan 2021 12:43:58 +0100 Subject: [PATCH] more principles --- PRINCIPLES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PRINCIPLES.md b/PRINCIPLES.md index 6bcba84..49e6605 100644 --- a/PRINCIPLES.md +++ b/PRINCIPLES.md @@ -256,3 +256,4 @@ See also [Calm programming / Slow programming](README.md#calm-programming--slow- * Wait before jumping on every opportunity/request/problem. Don’t touch it / don’t 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.