# HG changeset patch # User Jeff Hammel # Date 1289510950 28800 # Node ID 324a70edb73cc9c6732b3e7baeb0f5afbf27197a # Parent ac78e26cd568ddafd71484e01a8acf885b8747d6 add a README stub diff -r ac78e26cd568 -r 324a70edb73c README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.txt Thu Nov 11 13:29:10 2010 -0800 @@ -0,0 +1,15 @@ +Make It So! +=========== + +templates for the people + +So people generally do things the easiest way possible. If you try to +get people to send you a file with, say, a "one-off" script, they will +probably hard code a bunch of stuff in it. Then, you're not really +sure what needs to be changed and because you're human you might make +a mistake. Worse, its a perl script and you're a python programmer. +You don't know what that script does! + +And this is the time of the iceberg. If it really is a one-off, who +cares? But quickly one-offs become a deployment story, and not a very +efficient one.