Re: To Hungarian or not to Hungarian
- From: "Peter Morris" <support@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 1 Nov 2007 16:03:55 -0000
I name things like this
FirstNameEdit: TEdit;
FirstNameLabel: TLabel;
etc
It's quicker to find them in the object inspector's dropdown list. I only
use the Edit/Label part to make the name unique. For variables I don't need
to because the name of the variable + knowledge of the problem domain should
make it quite clear what type is required.
UniqueID: string;
Age: Byte;
etc
.
- Follow-Ups:
- Re: To Hungarian or not to Hungarian
- From: William Meyer
- Re: To Hungarian or not to Hungarian
- From: TJC Support
- Re: To Hungarian or not to Hungarian
- References:
- To Hungarian or not to Hungarian
- From: Kevin Frevert
- To Hungarian or not to Hungarian
- Prev by Date: Re: To Hungarian or not to Hungarian
- Next by Date: Re: To Hungarian or not to Hungarian
- Previous by thread: Re: To Hungarian or not to Hungarian
- Next by thread: Re: To Hungarian or not to Hungarian
- Index(es):
Relevant Pages
|