Re: Writing large scripts
Re: Writing large scripts
- Subject: Re: Writing large scripts
- From: Emmanuel <email@hidden>
- Date: Wed, 9 May 2001 23:00:15 +0200
At 18:13 +0200 9/05/01, Jan Erik Mostrvm wrote:
>
I would like to ask those of you who write large programs, how do you organize
>
your code?
I hope you get many replies, so you can chose the one best fitting your needs.
What I would do personally would be to organize the scripts into several
objects, designing carefully each one's responsibility, and I would give an
interface to (some of) them. A little like Hypercard allows. Instead I use
Smile, which has something that Hypercard does not have: text windows. A
simple text window may be a simple and efficient interface to set up and
debug a consistent script object.
HTH
Emmanuel
Satimage (authors of Smile)