Id numbers vs names

Robert Brenstein rjb at robelko.com
Sat Feb 26 17:09:46 EST 2005


>A long time ago I read where the safest way of referring to an 
>object was to use its ID number, rather than the name or number. 
>The reasoning against using the number was that it can change.  I 
>don't recall the reasoning behind the name, though I use names for 
>most of my coding.
>

Using long id is convenient and safe when dealing with dynamic 
objects or parallel stacks or cards that have objects with same names 
and an alternative to fully qualified control references. Otherwise, 
using names is usually better. In my experience at least. But object 
ids should not change by themselves. At least I do not recall such an 
instance.

Robert


More information about the metacard mailing list