Click here to Skip to main content
15,887,936 members

Survey Results

Do you write CLS-compliant code?   [Edit]

Survey period: 2 May 2005 to 8 May 2005

Writing CLS-compliant means, among other things, no underscores in variable names, no unsigned integers and case insensivity in naming. Do you bother?

OptionVotes% 
Yes, always18415.26
When I can or where it makes sense28123.30
Rarely1018.37
No33427.69
I don't write .NET code30625.37



 
GeneralC++ Application without loading .NET Pin
tfElep8-May-05 16:09
tfElep8-May-05 16:09 
Generalunderscore in type identifiers Pin
weirdnwise7-May-05 20:44
weirdnwise7-May-05 20:44 
GeneralNotation Pin
Peter Mares6-May-05 1:21
Peter Mares6-May-05 1:21 
Generalcls Pin
Shog95-May-05 14:18
sitebuilderShog95-May-05 14:18 
GeneralRe: cls Pin
Peter Mares6-May-05 1:15
Peter Mares6-May-05 1:15 
GeneralNever heard of it Pin
Gammill3-May-05 13:54
Gammill3-May-05 13:54 
GeneralRe: Never heard of it Pin
DavidNohejl4-May-05 0:21
DavidNohejl4-May-05 0:21 
GeneralHongarian Notation? Pin
Bob Stanneveld2-May-05 22:07
Bob Stanneveld2-May-05 22:07 
GeneralRe: Hongarian Notation? Pin
RichardS3-May-05 0:40
RichardS3-May-05 0:40 
I must agree with you Bob. We currently use this convention and from the little that I have read about the CLS convention, it adds lots of useless and meaningless statments to the code. So to get to your code you actaully need to wade through loads of junk and comments before you actually get to the good stuff.

Bob Stanneveld wrote:
Besides that, all the this.someVar makes me feel weird. I know that many people like intellisense to pop up a list with members and such, but I just don't like all the blue in my code.

And now you take into account that various people might not have intellisense editors (gasp) and this.someVar is meaningless, is it a int, char, etc. Better to have this.m_iSomeVar, now we all know it is an int member variable, but wait we can't use an underscore, so that would be this.miSomeVar (which for me doesn't look as distinct as m_ does).

Also, what is wrong with unsigned variables?? I mean, if you know that you don't need the negative but you need the larger number, why is this wrong in CLS?



"Programming today is a race between software engineers striving to build bigger and
better idiot-proff programs, and the Universe trying to produce bigger and better idiots.
So far the Universe is winning." -- Rich Cook
GeneralRe: Hongarian Notation? Pin
Kevin McFarlane3-May-05 2:05
Kevin McFarlane3-May-05 2:05 
GeneralRe: Hongarian Notation? Pin
Bob Stanneveld3-May-05 4:53
Bob Stanneveld3-May-05 4:53 
GeneralRe: Hongarian Notation? Pin
Kevin McFarlane3-May-05 11:10
Kevin McFarlane3-May-05 11:10 
GeneralRe: Hongarian Notation? Pin
Chris Maunder4-May-05 17:18
cofounderChris Maunder4-May-05 17:18 
GeneralRe: Hongarian Notation? Pin
Bob Stanneveld5-May-05 1:48
Bob Stanneveld5-May-05 1:48 
GeneralRe: Hongarian Notation? Pin
Alvaro Mendez3-May-05 9:33
Alvaro Mendez3-May-05 9:33 
GeneralRe: Hongarian Notation? Pin
Kevin McFarlane3-May-05 11:18
Kevin McFarlane3-May-05 11:18 
GeneralRe: Hongarian Notation? Pin
Alvaro Mendez4-May-05 11:33
Alvaro Mendez4-May-05 11:33 
GeneralRe: Hongarian Notation? Pin
generic_user_id5-May-05 8:47
generic_user_id5-May-05 8:47 
GeneralRe: Hongarian Notation? Pin
Toby Opferman3-May-05 20:35
Toby Opferman3-May-05 20:35 
GeneralRe: Hongarian Notation? Pin
Bob Stanneveld3-May-05 22:11
Bob Stanneveld3-May-05 22:11 
GeneralRe: Hongarian Notation? Pin
worldspawn4-May-05 14:05
worldspawn4-May-05 14:05 
GeneralRe: Hongarian Notation? Pin
dl4gbe5-May-05 9:40
dl4gbe5-May-05 9:40 
GeneralRe: Hongarian Notation? Pin
diilbert6-May-05 11:25
diilbert6-May-05 11:25 
GeneralCasing Pin
Christian Graus2-May-05 17:12
protectorChristian Graus2-May-05 17:12 
GeneralRe: Casing Pin
Kevin McFarlane3-May-05 2:12
Kevin McFarlane3-May-05 2:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.