Menu

Notations and codegeneration

Anonymous
2002-03-15
2002-04-02
  • Anonymous

    Anonymous - 2002-03-15

    Using a notation like the Hungarian Notation is made difficult or at least inconvenient by Classbuilder. Adding a <int> member m_iTimeStamp would result in a Get/SetITimeStamp method which would be consequential but unnecessary. You need to rename the method or ignore the feature of automatic Get/Set methods.
    An idea to solve this is to let Classbuilder fill in the 'i' Prefix for you if you chose <int> as type.

     
    • Thaddaeus Frogley

      Use of hungarian notation (and its ilk) is counter productive in strongly types languages, and damages the abstraction between what something is, and what it is used for.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.