Oh dear.  I'm sure I shouldn't be responding to this thread, yet here I am...

On Mon, Nov 10, 2008 at 11:15 AM, Randall R Schulz <[EMAIL PROTECTED]> wrote:
>
> What on Earth is an 80-character limit?

There are two main choices: some limit vs. no limit.  With no limit,
everyone's got to have a window as wide as the widest line anyone
might use, leaving tons of unused screen real-estate for
"normal"-length lines; or you get ugly wrapping or annoying
side-scrolling.  With a limit, it just comes down to picking a number:
40? 80? 132?  It turns out that 80 not only has a lovely historical
tradition (*wink*) but it's a pretty good compromise between wrapping
too often and leaving too much whitespace down the right-hand side of
your window.

So be kind and wrap your code so it looks nice at 80 chars, or I'll
just have to do it for you. :-)

Ok, I've said my piece. I'll try harder not respond next time.

--Chouser

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to