Re: Hungarian Notation



Joanna Carter (TeamB) schrieb:
> "roman modic" <modicr@xxxxxxxxxxxxx> a écrit dans le message de news:
> 42552fcb@xxxxxxxxxxxxxxxxxxxxxxxxx
>
>
>>Do you still use Hungarian Notation?
>>According to this article it is obsolete
>>
>
> http://www.richardhaleshawgroup.com/RHSGroup/Community/blogs/programming_in_
> general/archive/2005/03/03/20.aspx
>
> And so it should be! There is no need with modern IDEs to add extraneous and
> cryptic prefixes when you can simply hover your mouse over a variable to see
> what type it really is.

Hmmmm... i may not be an "Enterprise Class Programmer", but i still like
to know what a specific Variable or Function is. I like it whenever i
look at some Code in Wordpad, where there is no Code Insight. I don't
like Variables that consist of 20+ Chars, but I still a little bit of
Information (like sLanguage for a String, iAmount for an Integer or
bRunning for a bool) to my Variables. YMMV.
.



Relevant Pages

  • Re: Hungarian Notation
    ... > Do you still use Hungarian Notation? ... > According to this article it is obsolete ... Dang! ... Prev by Date: ...
    (borland.public.delphi.non-technical)
  • Re: Hungarian Notation
    ... >> Do you still use Hungarian Notation? ... >> According to this article it is obsolete ... That won't help me when I'm using Notepad or Edit. ... Prev by Date: ...
    (borland.public.delphi.non-technical)
  • Re: Hungarian Notation
    ... > Do you still use Hungarian Notation? ... > According to this article it is obsolete ... Joel says otherwise: ... Prev by Date: ...
    (borland.public.delphi.non-technical)
  • Hungarian Notation
    ... Do you still use Hungarian Notation? ... According to this article it is obsolete ... Roman ... Prev by Date: ...
    (borland.public.delphi.non-technical)

Loading