Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Naming conventions
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00844602
Message ID:
00845041
Vues:
17
>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform