Hi,

I was wondering what peoples thoughts wereon commenting style. Since I have been working commercially, I have noticed a few variations. From the simple

Code:
// comment
void method()
To a little more extreme:
Code:
//************
//comment here*
//************
Personally, I prefer it when it's wrapped in the asterisks. I just think it looks neater??

Is that an acceptable style? I have only been working commercially for 2 months, so just wanted to check?

Thanks.