> I've read the guide on code formatting, but I'm wondering if 
> the project leader(s) are still as concerned about // style
> comments? They're much quicker to type, and also allow the
> use of /* */ to quickly disable blocks of code.

I admit that in my daytime job I also use // for single line
comments and /* */ for blocks, but I try to respect the rules
of uniformity of the project and have no problem with it at all.

If you want to disable blocks, put #if 0 ... #endif around it,
you'd be surprised how well that works too ;)


Peter

Reply via email to