Re: Private variables question
- From: "Dave Keighan" <dave.keighan@xxxxxxxxx>
- Date: Wed, 30 Apr 2008 10:07:38 -0700
Bruce,
Kind of like prefixing classes with T, interfaces with I or arguments
with A (less common?).
I've also gotten into the habit of prefixing local variables with L.
I've recently started using L with local variables as well.
T for classes,
F for fields,
A for arguments and
L for locals variables.
I find it /really/ improves readability.
--
Dave
.
- References:
- Private variables question
- From: Phill Harvey-Smith
- Re: Private variables question
- From: Bruce McGee
- Private variables question
- Prev by Date: Re: in-house development versus packaged solutions
- Next by Date: Re: Private variables question
- Previous by thread: Re: Private variables question
- Next by thread: Re: Private variables question
- Index(es):
Relevant Pages
|