Browse thread
[Caml-list] Operators for Int64 and Int32
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2008-04-03 (15:44) |
From: | Bünzli_Daniel <daniel.buenzli@e...> |
Subject: | Re: [Caml-list] Operators for Int64 and Int32 |
Le 3 avr. 08 ŕ 17:24, David Allsopp a écrit : > OT: May I politely suggest that perhaps your coding standards could > do with > updating to mitigate part of this. Unless you're still on an 80x25 > character > terminal limiting yourself to 79 characters per line is pretty > archaic. We > use 150 character max line limit (and print in landscape if necessary) Limiting oneself to 80 character per line is not an archaism. It has to do with typographic rules which were designed to cope with how our vision works, you'll find this in any book about typesetting. Going beyond ~80 characters, it becomes hard to quickly jump from one line to the other when you read (you need to use your thumb). Best, Daniel