> why does adding block comments to your code ruin it?

> I still don't understand how Javadoc makes your process suffer.

>From my first post:
Commenting like that in your code makes it completely impossible to
easily and completely comment out blocks of code using /* */ because
they have their */ inside their comments.  Believe it or not, this is a
very important tool in debugging.

If somebody wrote something completely impenetrable and I'm in charge of
implementing it and it doesn't work, guess what?  I rewrite it or I make
them fix it.

I'm not saying documentation isn't important, I'm saying mucking up your
code with documentation in Actionscript by using Javadoc's requirements
is counterproductive to Flash development.  If Javadoc let me use line
comments instead of block comments I would have no issue.

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to