RSSAmplifier

Steve Dunn · Jun 26, 2018

The case for camelCasing private methods

0
Sign in to vote or save

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…

Read on dunnhq.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.