Re: why not just use C /* ... */ ?
[email protected] (Dave Storrs) Wed, 23 Aug 2000 08:08:42 -0700 (PDT)
| Newsgroups | perl.perl6.language.mlc |
|---|---|
| Message-ID | <Pine.BSF.4.10.10008230807460.26061-100000@megazone23.bigpanda.com> |
On 23 Aug 2000, Johan Vromans wrote: > In any case, commenting out large blocks (more than one visual page) > is highly confusing unless you can clearly see what is commented out, > for example, by prefixing every line with a '#' or so. I don't generally have trouble with this...most editors these days provide syntax highlighting to show what is a comment and what is not. Dave