Hungarian in VBA okay?
        Posted  
        
            by KennerL90
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by KennerL90
        
        
        
        Published on 2010-04-03T22:53:07Z
        Indexed on 
            2010/04/03
            23:03 UTC
        
        
        Read the original article
        Hit count: 497
        
vba
|hungarian-notation
I don't use hungarian (str, int) prefixes in .Net, but I still find it useful in VBA, where it is more difficult to see types.
Is this bad? Unnecessary? Maybe I'm missing something.
I'd really appreciate any feedback. I've been wondering for a while.
Thanks everybody.
© Stack Overflow or respective owner