PDA

View Full Version : Code Comments...Noone's really doing it, but shouldn't we?


krich
06-12-2003, 07:24 AM
Noticed not much commenting going on.

What's the desired level of commenting for submissions?

Desired and actual level of commenting are, naturally, two different things...

Regards,

krich

Trumpcard
06-12-2003, 08:24 AM
Anytime you see something like

/////////////////////////////////////
///
// SUCH AND SUCH SECTION
//
/////////////////////////////////////


Thats me commenting areas of the code. I did alot of it in attack.cpp and a few other source files.

I think the more comments the better.. Its the SUN school of philosophy, in their code reviews, they'd funk source code from developers that didn't comment to standards...

Alot of people putting their fingers in the code, alot of coding styles, and trying to figure out what the heck someone is doing can be a pain.