c# - Class naming alternatives to the underscore? -


dashes - can't used in c# name classes. there character alternatives, other underscores? _

i'm looking character add readability longer class names. thanks!

looking not use casing methods.. replace underscore... find horrible @ glance..

classaisthisfirstvariable classaisthissecondvariable classaisthisthirdsvariable 

just looking underscore replacement..

classaisthis_firstvariable classaisthis_secondvariable classaisthis_thirdvariable 

take @ this , this options.

note underscore standard character purpose opinion, replacing lead less readability...


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -