Re: why not just use C /* ... */ ?
[email protected] ((Johan Vromans)) Wed, 23 Aug 2000 18:29:20 +0200 (CEST)
| Newsgroups | perl.perl6.language.mlc |
|---|---|
| Message-ID | <[email protected]> |
[Quoting Michael Mathews, on August 23 2000, 11:45, in "Re: why not just use"] > Really, why? I have yet to hear any C or Java programmers complain > about the fact that you cannot nest /*...*/ comments. In their official (published!) coding standards, Sun explicitly states that one should use the // comments to comment out larger chunks of code (sec. 5.1.4). http://java.sun.com/docs/codeconv/html/CodeConventions.doc4.html In my opinion, there is no need in Perl for multi-line comments at all. -- Johan