Oh heck yeah, especially if you use a scripting utility that allows you to sort 
handlers. For instance, all my commands and functions for opening, closing, and 
idling databases start with db. All my functions that take parameters and 
return a value start with get. The big thing is to use names that are 
descriptive. They may be harder to type, but readability in a large app becomes 
paramount, especially if you have a memory like mine that flushes all unused 
information over a month old. 

Bob

 
On Apr 20, 2011, at 9:15 AM, Pete wrote:

> I agree, learned how to avoid several gotchas!
> 
> The book has a section on naming conventions for variables and that's been
> discussed several time on the list, but does anyone use naming conventions
> for their commands/functions?


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to