Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Naming conventions
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00844602
Message ID:
00845041
Views:
16
>>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();
So sometimes I'm doing the hungarian "oCustomer", sometimes "CustomerObj".

Yeah, it's pretty much a mess at this point <s>.
>>-Steve->>

Steve Sawyer
Geeks and Gurus, Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform