Re: TIB: Back to TI-BASICs
[Prev][Next][Index][Thread]
Re: TIB: Back to TI-BASICs
> I would like to ask each of you about your personal style of writing
> programs. If you had a choice to do both, would you prefer writing
> everything in a single program, or have several programs for your
> subroutines? Which do you think game players would prefer?
SINGLE PROGRAM!!!
> Which is more important, the program's size, its speed, how easy the
> program is to read, or how it affects the rest of the calc? I'd like
> your opinion about this and what you think makes for 'good' TI-BASIC
> programming.
For any TI-Basic program except with the 86, size is the big issue
(since they would use assembly for speed). The 86 has enough mem
to allow a proper balance anyway.