Mercurial > hg > MakeItSo
comparison README.txt @ 7:324a70edb73c
add a README stub
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 11 Nov 2010 13:29:10 -0800 |
parents | |
children | 672d2d3ee322 |
comparison
equal
deleted
inserted
replaced
6:ac78e26cd568 | 7:324a70edb73c |
---|---|
1 Make It So! | |
2 =========== | |
3 | |
4 templates for the people | |
5 | |
6 So people generally do things the easiest way possible. If you try to | |
7 get people to send you a file with, say, a "one-off" script, they will | |
8 probably hard code a bunch of stuff in it. Then, you're not really | |
9 sure what needs to be changed and because you're human you might make | |
10 a mistake. Worse, its a perl script and you're a python programmer. | |
11 You don't know what that script does! | |
12 | |
13 And this is the time of the iceberg. If it really is a one-off, who | |
14 cares? But quickly one-offs become a deployment story, and not a very | |
15 efficient one. |