Param Naming - Object by Reference Best Practices

Trevor DeVore lists at mangomultimedia.com
Wed May 31 20:18:51 EDT 2017


On Wed, May 31, 2017 at 5:17 PM Richard Gaskin via use-livecode <
use-livecode at lists.runrev.com> wrote:

> I almost always pass long IDs as object references, e.g.:
>
>     put the long ID of grc "portal-title-bkgnd" into tObj
>     DoSomethingWith tObj
>
> Complete, absolute, unambiguous, and, if used repeatedly, cached.


I second that. I almost always use long ids as well.

-- 
Trevor DeVore

>



More information about the use-livecode mailing list