diff options
Diffstat (limited to 'www/design.html')
-rw-r--r-- | www/design.html | 6 |
1 files changed, 4 insertions, 2 deletions
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.</p> <b><h3>Simple</h3></b> -<p>Complexity is a cost, just like code size or runtime speed. Treat it as -a cost, and spend your complexity budget wisely.</p> +<p>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.)</p> <p>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 |