Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Naming conventions
Message
From
31/10/2003 13:48:58
 
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00844602
Message ID:
00845141
Views:
15
>>>So, as you can tell, right now my naming convention is a bit of a mess.
>
><g>
>
>Mine too, hence my posting this here.
>
>FWIW, I too have been doing a bit of hungarian-izing of things. I've given up on the data typing without much problem, but I find that I've fallen into a habit of using "ds", "dt", "dr" prefixes for DataSets, DataTables, DataRows. Don't ask me why <g>.
>
>I also find it a bit uncomfortable to instantiate an object and have the object the same name of as that of the class:
>
>
>Customer Customer = new Customer();
>
don't you mean
Customer customer = new Customer();
I also have a bit of a problem with that. Most of the books I've looked at do it, but I find it just a tad confusing once I'm into the middle of the code.

>
>So sometimes I'm doing the hungarian "oCustomer", sometimes "CustomerObj".
>
>Yeah, it's pretty much a mess at this point <s>.
Previous
Reply
Map
View

Click here to load this message in the networking platform