In The Art of Unix Programming, Eric Raymond lists among his
basics of the Unix philosophy the "Rule of Generation":14. Rule of Generation: Avoid hand-hacking; write programs to write programs when you can.
He goes into this idea in more detail in
chapter 9 of the same book.
I used to believe this was a good idea, and in many situations (
here's a
(
Read more... )