From: Erik M. <er...@us...> - 2002-02-18 08:56:28
|
Update of /cvsroot/blob/blob/doc In directory usw-pr-cvs1:/tmp/cvs-serv8339 Modified Files: Makefile.am Added Files: motto.txt Log Message: This has been in my tree for months, but I never commited it to CVS. De Saint-Exupery was both a writer (Le petit prince), and a famous constructor. This quote says the same as the KISS principle, but worded in a very nice way. --- NEW FILE: motto.txt --- The most important design rule behind blob is the KISS principle, but that's a bit dull. It was much more nicely worded by de Saint-Exupery; think about it when you're extending blob. -- Erik La perfection est atteinte non quand il ne reste rien à ajouter, mais quand il ne reste rien à enlever. (You know you've achieved perfection in design, not when you have nothing more to add, but when you have nothing more to take away.) -- Antoine de Saint-Exupery Index: Makefile.am =================================================================== RCS file: /cvsroot/blob/blob/doc/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 7 Jan 2002 20:15:10 -0000 1.3 +++ Makefile.am 18 Feb 2002 08:56:26 -0000 1.4 @@ -8,4 +8,5 @@ EXTRA_DIST = \ commandlist.txt \ diag.txt \ + motto.txt \ porting.txt |