On 4/3/02 11:49 AM, "Daniel Rall" <[EMAIL PROTECTED]> wrote:

> I can't nest the block comments.  I can use XEmacs to insert a whole
> list of line comments in front of existing code, but I prefer to use
> block comments for debugging.
> 
> I guess there's just no accounting for taste.  ;-)
> 

Or lack of... :)

The nice thing about using line comments for debugging and commenting out
code blocks is that it doesn't matter what the underlying code is... It just
works.  Methods, javadoc, line comments, block comments, etc...

The other way means that *everyone* else has to switch, and anytime someone
deviates, it screws it up....  It also means you can't comment out entire
methods (including the javadoc comments...)...


-- 
Geir Magnusson Jr.                                     [EMAIL PROTECTED]
System and Software Consulting
"He who throws mud only loses ground." - Fat Albert


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to