Coding standards

Posted by Robert W. Campbell on April 23, 2001 at 02:00:26:

Hungarian notation is well documented and widely used. Is there a known/accepted standard for variables (doubles, integers, etc.) used in Pascal/Delphi? Similarly, is there a standard for identifying class member fields, such as the "m_" used C++? Thanks!


Related Articles and Replies: