Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Errrhhh ..... CSharp or VB
Message
From
23/09/2011 10:50:23
 
 
To
23/09/2011 09:57:34
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01524423
Message ID:
01524475
Views:
72
Likes (1)
>>>Are you using naming that reuses identifiers by changing case? Have you run out of all possible alphanumeric combinations or what?
>
>I do this routinely to simplify remembering form and report names:
>FrmCustomer frmCustomer = new FrmCustomer();
>
>Is that frowned upon?

Yes.
Guidelines would probably suggest
CustomerForm customerForm = new CustomerForm();
Pls don't argue it with me - I'm just pointing out the recommendations. Hungarian notation is dead :-}
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform