Object Naming without Hungarian?

Posted by EdOxH on Stack Overflow See other posts from Stack Overflow or by EdOxH
Published on 2010-04-05T03:46:29Z Indexed on 2010/04/05 3:53 UTC
Read the original article Hit count: 397

Filed under:
|

Mostly because of reading this site, I'm trying to move away from Hungarian Notation. Or I guess the improper (system) Hungarian.

I can figure out a better way to name most data types, but I don't know what to do with objects. What would be a good naming convention for objects? I use objRS for recordsets now. Would I just use rs?

© Stack Overflow or respective owner

Related posts about vb

Related posts about naming-conventions