From 6ea085e7fe12d6c9743b1634cb5f7c4e622ebc3f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 28 Oct 2012 21:38:41 -0400 Subject: update --- doc/coding_style.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/coding_style.mdwn b/doc/coding_style.mdwn index 2e7da2c13..ae76d2356 100644 --- a/doc/coding_style.mdwn +++ b/doc/coding_style.mdwn @@ -83,3 +83,10 @@ name in a let clause, this is sometimes used: foo = let x = 42 in x + (x-1) + x + +----- + +If you feel that this coding style leads to excessive amounts of horizontal +or vertical whitespace around your code, making it hard to fit enough of it +on the screen, consider finding a better abstraction, so the code that +does fit on the screen is easily understandable. ;) -- cgit v1.2.3