From 5d3e75c3a26fb06f69a2f5c216606c10926faed5 Mon Sep 17 00:00:00 2001 From: smeinzinger <87035533+smeinzinger@users.noreply.github.com> Date: Tue, 6 Jul 2021 10:58:59 -0700 Subject: [PATCH] Update 6.md Changed from "pick 1" to "pick 2" and added explanation. I'm a bit confused by "Wrench makes a poor substitute for a wrench." --- Rules/6.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Rules/6.md b/Rules/6.md index 0f1a6ce..9ba79ee 100644 --- a/Rules/6.md +++ b/Rules/6.md @@ -1,3 +1,8 @@ -# 6 Good, Cheap, Fast. Pick 1 +# 6 Good, Cheap, Fast. Pick 2 Good takes time, and usually resources. There's no way around it. If you are doing the job right, not only are you doing the job, but you are also noting everything you did. This adds up. Don't sell your time short. And things cost money. Sometimes you can get away with free tools or random PowerShell scripts from blogs, but sometimes you need to buy a tool, and trying to avoid it is going to cause you headaches. Wrench makes a poor substitute for a wrench. + +There are three ways a project can be completed: +1. Good and cheap - but not (necessarily) fast. +2. Good and fast - but not (necessarily) cheap. +3. Cheap and fast - but not (necessarily) good.