Dashes -
can't be used in C# to name classes. Are there any good character alternatives, other than underscores? _
I'm looking for a character to add some readability to longer class names. Thanks!
Looking to not use casing methods.. Something to replace this underscore... I find this to look horrible at a glance..
ClassAIsThisFirstVariable
ClassAIsThisSecondVariable
ClassAIsThisThirdsVariable
Just looking for an underscore replacement..
ClassAIsThis_FirstVariable
ClassAIsThis_SecondVariable
ClassAIsThis_ThirdVariable