home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!paladin.american.edu!darwin.sura.net!lhc!lhc!warsaw
- From: warsaw@nlm.nih.gov (Barry A. Warsaw)
- Subject: Re: C++ maintenance
- In-Reply-To: djb@geovision.gvc.com's message of Sat, 23 Jan 1993 19:25:44 GMT
- Message-ID: <WARSAW.93Jan24181136@anthem.nlm.nih.gov>
- Lines: 14
- Sender: news@nlm.nih.gov
- Reply-To: warsaw@nlm.nih.gov (Barry A. Warsaw)
- Organization: Century Computing, Inc.
- References: <C1BnAy.C3F@geovision.gvc.com>
- Distribution: na
- Date: 24 Jan 93 23:11:36 GMT
-
-
- >>>>> "Darren" == Darren Burns <djb@geovision.gvc.com> writes:
-
- Darren> But foo could be a global variable, a member of the_class,
- Darren> or a variable local to the function. I have to hunt all
- Darren> over the place just to find out where to look for xxx.
-
- We address this problem with a simple coding standard. We use the
- following naming convensions:
-
- global variable: Gfoo
- file local: Lfoo
- class member: xfoo
- auto var/fn arg: foo
-