Re: C# coding style question
"Jon Skeet [C# MVP]" <skeet@pobox.co m> a écrit dans le message de
news:MPG.1af2d8 6e258d03c198a73 8@msnews.micros oft.com...[color=blue]
> Bruno Jouhier [MVP] <bjouhier@clu b-internet.fr> wrote:[color=green]
> > * it is fairly common. I have seen it in a number of places, including[/color][/color]
..NET[color=blue][color=green]
> > source code that MS made available publicly.[/color]
>
> Unfortunately that's the case for any number of conventions. Just
> looking at some of the Rotor classes, it's easy to see:
>
> m_memberName (eg Char)
> _memberName (eg Console)
> memberName (eg DateTime)[/color]
Good point :-)
Bruno.
[color=blue]
>
> --
> Jon Skeet - <skeet@pobox.co m>
> http://www.pobox.com/~skeet
> If replying to the group, please do not mail me too[/color]
"Jon Skeet [C# MVP]" <skeet@pobox.co m> a écrit dans le message de
news:MPG.1af2d8 6e258d03c198a73 8@msnews.micros oft.com...[color=blue]
> Bruno Jouhier [MVP] <bjouhier@clu b-internet.fr> wrote:[color=green]
> > * it is fairly common. I have seen it in a number of places, including[/color][/color]
..NET[color=blue][color=green]
> > source code that MS made available publicly.[/color]
>
> Unfortunately that's the case for any number of conventions. Just
> looking at some of the Rotor classes, it's easy to see:
>
> m_memberName (eg Char)
> _memberName (eg Console)
> memberName (eg DateTime)[/color]
Good point :-)
Bruno.
[color=blue]
>
> --
> Jon Skeet - <skeet@pobox.co m>
> http://www.pobox.com/~skeet
> If replying to the group, please do not mail me too[/color]
Comment