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

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -