Friday, February 9, 2007

Appscript Development Practices?
I'm very interesting in hearing how people create appscript scripts.

While I'm creating appscripts I keep an interactive Python session open, and build up my script line by line. Explore the object modal using the help() command, and piece together the command. Get it working, paste it into my script file, then figure out the next.

How do other people do it?