Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!harpo!utah-cs!utah-gr!thomas
From: thomas@utah-gr.UUCP (Spencer W. Thomas)
Newsgroups: net.lang
Subject: Re: Forced Commenting - (nf)
Message-ID: <1086@utah-gr.UUCP>
Date: Tue, 21-Feb-84 02:12:14 EST
Article-I.D.: utah-gr.1086
Posted: Tue Feb 21 02:12:14 1984
Date-Received: Wed, 22-Feb-84 01:31:08 EST
References: iuvax.117
Lines: 7

My solution to limited terminal width vs comments is to put long
comments before the block of code to which they apply.  The code block
then usually has NO comments, but that's ok, the entire action was
explained above.  Makes the comment more readable, too.  Also forces me
to write meaningful comments (no "Increment a" type comments).

=Spencer