Re: Linked List Issue

From: Francis Glassborow (francis_at_robinton.demon.co.uk)
Date: 05/21/04


Date: Fri, 21 May 2004 10:17:50 +0100

In message <40ad4bd8$1@post.usenet.com>, Craig Bumpstead
<cbumpste@yahoo.com.au> writes
>**** Post for FREE via your newsreader at post.usenet.com ****
>
>Arthur & Leor,
>
>Thank you for you help.
>
>A question about notation. Which should I use? Hungarian or CamelCase?
>or nothing at all?

I would prefer nothing at all but that is a personal choice. However
Hungarian Notation is certainly inappropriate for C++ and other
languages with strong support for user defined types. It only really has
any place in untyped languages or weakly typed ones without adequate
tools.

>
>I used the Hungarian because with a glance I could tell what the type
>was without refering back to previous code.
>
>What are other people using as naming conventions??

-- 
Francis Glassborow      ACCU
Author of 'You Can Do It!' see http://www.spellen.org/youcandoit
For project ideas and contributions: http://www.spellen.org/youcandoit/projects


Relevant Pages

  • Re: Why has hungarian notation been abandoned?
    ... > reason for them capitalizing all functions and classes and not using ... > hungarian notation? ... Hungarian notation is from the early days where type information wasn't ... the exception of 'variable: iMyInteger'. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: [PATCH 2/7] Initial implementation of the trec driver and include files
    ... ``Encoding the type of a function into the name (so-called Hungarian ... notation) is brain damaged - the compiler knows the types anyway and can ...
    (Linux-Kernel)
  • Re: Hungarian Notation
    ... > If we follow normal Delphi coding conventions, we all use some HN (eg F ... I find Hungarian Notation very readable. ... > Jim Cooper jcooper@xxxxxxxxxxxxx ...
    (borland.public.delphi.non-technical)
  • Re: O.T.
    ... [Hungarian Notation] ... Ich nutze tatsächlich Ungarische Notation bei privaten eigenen ... Prev by Date: ... Next by Date: ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)
  • Re: Hungarian Notation
    ... let me say the final and conclusive words on this: Hungarian ... >> notation is an abomination. ...
    (borland.public.delphi.non-technical)

Loading