Re: Hungarian Notation



Jim Cooper wrote:
>
> If you keep adding
> abbreviations, at some point it gets unsupportable, which is why even
> you stop doing that at some point, yes?

I never "stopped" at any point. I made a concious decision, because of what
I perceived as a value to me, to *start* to specifically distinguish
*components* from other identifiers via the use of prefixes. I never
considered using prefixes for anything else, thus it was never a matter of
deciding better of it or stopping short.

--
Wayne Niddery - Logic Fundamentals, Inc. (www.logicfundamentals.com)
RADBooks: http://www.logicfundamentals.com/RADBooks.html
"The two most abundant elements in the universe are hydrogen and
stupidity." - Harlan Ellison


.



Relevant Pages

  • Re: Hungarian Notation
    ... to adapt to such prefixes. ... If they were things everyone learned while learning Delphi, and there was just one set that everbody used, then it wouldn't be as much of a problem. ... There are other things with identical obvious abbreviations, ... Jim Cooper jcooper@xxxxxxxxxxxxx ...
    (borland.public.delphi.non-technical)
  • Re: Hungarion Notation is out but..
    ... avoid the use of abbreviations for example instead of s & us, ... probably use safe & unsafe as prefixes or better still encoded & unencoded ... Remember the .NET Design Guidelines for Class Libraries suggests to avoid ... I wouldn't convert an existing codebase or change coding ...
    (microsoft.public.dotnet.languages.vb)
  • Re: PROBLEM: KB->KiB, MB -> MiB, ... (IEC 60027-2)
    ... Jan> For "F"s sake, when you gotta use abbreviations, then just use ... The one-letter abbreviations are identical to SI prefixes, ... "Those who would give up essential liberty, ... temporary safety, ...
    (Linux-Kernel)
  • Re: How would 2007 slang sound to a 1957 or 1937 SF audience?
    ... Dorothy J. Heydt ... Prefixes to abbreviations for the names of units indicating ...
    (rec.arts.sf.written)
  • Re: Hungarian Notation
    ... beginning of the component name means to me that it is *instantly* recognisable as to what type it is - I do not need to faff about with the forms or the IDE to get the type. ... reader of the code to be knowledgable about the business logic of your code - to ascertain what the "Customer" domain of your code does before being able to understand the code, which from a programming point of view, i.e. in the context of reading the source code, is, to use the vernacular, arse-about-tit. ... for a HN scheme you also have to know what the abbreviations mean. ... Jim Cooper jcooper@xxxxxxxxxxxxx ...
    (borland.public.delphi.non-technical)