----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 25, 2002 1:29 AM
Subject: RE: [Latka] Developer's Guide / Coding Style


> Hello Lev,
>
> > I would say "_" style is very common.
> > C++ leader Rogue Wave Co. uses it everywhere.
> > I met even "postfix" style: xxxx_ for the method parameters.
>
> Just because it's common, it doesn't mean it's good! We must all see
further
> than our nose.
>
> Ringo
>

Yup, that's precisely how I feel about the Sun Code conventions.  Generally
I agree with their rules, but the bit about not preceding any class
variables with an underscore really bugs me.  Just a few days ago I had to
debug a problem in my code that wouldn't have occured if the protected class
variables had been preceded by an underscore.  :P

- Morgan


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to