Click here to Skip to main content
15,887,746 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 
During the last couple of years, I have worked on various code bases, some of which used Hongarian notation, some of which used a bastardised attempt at Hongarian, and some which had pure CamelCasing.

I must say, that with time, one stops caring, as long as the code is solid and logic well documented. However, I must admit, that if I have a choice, I will always employ a subset of Hongarian, and prefix member variables with a m_, ints with a n etc...

However, I have also bastardised Hongarian notation to suit my purposes, with a variation where class names are acronym-ised and prefixed to variable names (not pointers), such as:

class CMyCoolObjectThatDoesNothing
{
}
..
CMyCoolObjectThatDoesNothing mcotdnVar;

// then again, I do have Intellisense, so typing these things is not a problem for me Wink | ;)

On the subject of pointer variables, I always prefix with a p and then follow with a description of the object...

Anyway, the point I'm trying to make is that notation is important, but is also localised to the team or teams that will work with the code. If you work on an OSS project, I feel it would be good to have a standard notation that all contributors adhere to...

Just my 2 South African cents Big Grin | :-D


controlSHIFT
[WinShareSpy] [Glossary Manager] [AfterThought Backup Lite]

All good things were meant to be improved
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 
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.