Re: [Discuss] Name convention of class variable

2013-02-16 Thread Wido den Hollander
On 02/15/2013 11:11 PM, Frank Zhang wrote: Current name convention of class variable in CloudStack is prefixing variable name with a '_', for example Class SomeManagerImpl { private long _myVar; } I know this is widely spread convention but I really think it's dated. First time I saw

RE: [Discuss] Name convention of class variable

2013-02-15 Thread Edison Su
+1, no _, during the refactor, I removed all the _ as much as I can already. > -Original Message- > From: Frank Zhang [mailto:frank.zh...@citrix.com] > Sent: Friday, February 15, 2013 2:12 PM > To: cloudstack-dev@incubator.apache.org > Subject: [Discuss] Name convention of

[Discuss] Name convention of class variable

2013-02-15 Thread Frank Zhang
Current name convention of class variable in CloudStack is prefixing variable name with a '_', for example Class SomeManagerImpl { private long _myVar; } I know this is widely spread convention but I really think it's dated. First time I saw it is in the famous book "Programming in Java

RE: [Discuss] Name convention of class variable

2013-02-15 Thread Frank Zhang
7;_' anymore. > -Original Message- > From: Frank Zhang > Sent: Friday, February 15, 2013 2:12 PM > To: cloudstack-dev@incubator.apache.org > Subject: [Discuss] Name convention of class variable > > Current name convention of class variable in CloudStack is prefixing