From 4a22a70cd0a57e546671b7dd154bd262822dead6 Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 27 Jan 2021 14:42:07 +0100 Subject: [PATCH] slow prog principles don't be over confident --- PRINCIPLES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PRINCIPLES.md b/PRINCIPLES.md index bc15796..4211550 100644 --- a/PRINCIPLES.md +++ b/PRINCIPLES.md @@ -264,6 +264,7 @@ See also [Calm programming / Slow programming](README.md#calm-programming--slow- * Discipline / Consistency beat motivation and quality. * You don't want heroes, but you might benefit from experts / excellents colleagues / colleagues & managers that provide support and insights and who do not let you take everyting on your plate. * Simplify. Become a minimalist. +* Don't be overconfident. Some tasks look simple at first glance, but it can hide some challenges. Take the time needed to run your analysis and estimate the effort after you have checked all possible impacts you could check. Overestimating is one thing, but underestimating the effort and challenge can really lead to getting cascade issues and mistakes that would add a lot of pressure on every team and lead then to rushing even more and causing even bigger mistakes. ## Slow programming Healthy tips / helpers * Disconnect & Focus. Value your time, use it to focus. Put lot of non-meeting blocks in your agenda.