Re: To Hungarian or not to Hungarian



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



.



Relevant Pages

  • Re: Opening/Closing Large Files
    ... Thanks Guys for stimulating the debate, the string pool solution did not speed it up, it did slow it down in so much that I loaded a large pool as per MS article and timed the open-extract-close steps which increased, I then removed the temporary sheet and the process went back to normal speed. ... much quicker to copy the files to my local C: ... case (assuming that reading from closed workbooks does not build the string ...
    (microsoft.public.excel.programming)
  • Re: What is the difference between String and string in C#?
    ... Bruce One wrote: ... as System.String and its pretty quicker, ... I'm not sure what you mean by "create using string"? ... If replying to the group, please do not mail me too ...
    (microsoft.public.dotnet.general)
  • link symbols
    ... fix much quicker if I had like a document or would know at least some basic ... stuff about what is in a lib file. ... the string in the lib file, and undname translates both strings to the same ...
    (microsoft.public.vc.language)
  • Re: Capitalize all one-letter contractions?
    ... String is quicker. ... Mike. ... Prev by Date: ...
    (alt.usage.english)
  • Re: Left vs Left$ function
    ... And the reason you'd use one or the other is that Left$ may be quicker if ... all you're doing is manipulating strings, while Left would help if you're ... Here's the differece ... because a STRING cannot be null. ...
    (microsoft.public.excel.misc)