??? 03/16/05 18:04 Read: times |
#89790 - gurus Responding to: ???'s previous message |
One way to minimise this is to pass as few parameters as possible and use global variables wherever possible. This will certainly reduce code size and speed up execution but goes against the software gurus ideas of code modularity and managing the scope of variables.
The sad case is that many "gurus" have the preconceived notions from PC C and never adapted them to '51 C. Erik |