RE: Hungarian Notation [Was Re: Too many aliases]

2011-08-06 Thread Martin Gainty
Jan- the upside is you dont have to look up a variable to know what type it is: zVariable is Null termed string bVariable is boolean nVariable is an Integer fVariable is a float dVariable is a double.. cVariable is a char Martin __ easy peasy..Shawsha

Re: Too many aliases

2011-08-06 Thread Johnny Withers
It's simple... ttwwadi is the only reason I assume. Sent from my iPad On Aug 5, 2011, at 2:39 PM, (Hal�sz S�ndor) h...@tbbs.net wrote: > 2011/08/04 10:21 -0500, Johnny Withers > http://en.wikipedia.org/wiki/Hungarian_notation > > > On Thu, Aug 4, 2011 at 9:41 AM, Mike Diehl

Hungarian Notation [Was Re: Too many aliases]

2011-08-06 Thread Jan Steinman
> From: Johnny Withers > > http://en.wikipedia.org/wiki/Hungarian_notation "The original Hungarian notation... was invented by Charles Simonyi... who later became Chief Architect at Microsoft." Ugh. That explains a lot! The only time I let types intrude on names is with booleans, which I try

Re: Too many aliases

2011-08-06 Thread Hal�sz S�ndor
2011/08/04 10:21 -0500, Johnny Withers http://en.wikipedia.org/wiki/Hungarian_notation On Thu, Aug 4, 2011 at 9:41 AM, Mike Diehl wrote > Well, while we're on the subject of SQL style, can anyone tell me why I'm > always seeing people prefixing the name of a table with something like >