This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Ever thought about why the default C# convention differentiates between private and public fields: privates being _camelCased and publics being PascalCased ? Ever wondered why that same default convention doesn’t differentiate between private and public methods ? My convention, like the Java convention, is to make that differentiation between private and public methods. I quite often have this…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.