Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion Rules/6.md
Original file line number Diff line number Diff line change
@@ -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.