From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] Sam question From: nigel@9fs.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: Date: Sat, 18 Aug 2001 08:38:31 +0100 Topicbox-Message-UUID: e2517714-eac9-11e9-9e20-41e7f4b1d025 OK, so 8 space tabs, ridiculously long variable names, unnecessary nesting, hungarian notation, and insuffcient use of subfunctions blows the 80 column limit too quickly. So use more columns! When did you last use a VT100? As for clarity, a consistent style is all that is required. Within bounds, it doesn't matter so much what the style is. The assistance it gives in reading other people's code is immense. Programmers should be flexible enough to communicate in the local dialect whether it be OTB, or something widly different.