| Coding strategies
There are as many coding strategies as there are colors in a rainbow, but basically the goal of any
strategy is to write the most efficient, reliable, and maintainable code
that is possible. The secondary goal is to write code that is easy to
understand!
Because of the limitation of Superbase 1.x, there were some strategies that people employed to make
things simpler:
More:
The one form, one
program approach
Shuttling between
programs approach
The GOSUB and GOTO
approach
A modern approach
|