[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: do you use the pre-processor?
- From: Norman Ramsey <nr@...>
- Date: Thu, 11 May 2000 17:05:28 -0400
I have to say I'm surprised at all the calls for block-comment delimiters.
I've always found it easier to read comments that are terminated
by end of line. And every editor I've used since 1981 has provided
an easy way of inserting a comment marker at the beginning of each line
of a large block of code (and removing them `en masse' later).
What editors are people using that don't support this operation?
Norman