From 66a69d9f5751fb38ebd2ade662b90b68a1cc7c2d Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 16 Jan 2012 01:44:17 -0600 Subject: Fluff out documentation and skeleton code. --- www/design.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'www/design.html') diff --git a/www/design.html b/www/design.html index 187f4eb2..b7704af9 100644 --- a/www/design.html +++ b/www/design.html @@ -158,8 +158,10 @@ space.

Simple

-

Complexity is a cost, just like code size or runtime speed. Treat it as -a cost, and spend your complexity budget wisely.

+

Complexity is a cost, just like code size or runtime speed. Treat it as +a cost, and spend your complexity budget wisely. (Sometimes this means you +can't afford a feature because it complicates the code too much to be +worth it.)

Simplicity has lots of benefits. Simple code is easy to maintain, easy to port to new processors, easy to audit for security holes, and easy to -- cgit v1.2.3