in reply to Re^3: Programming *is* much more than "just writing code".
in thread Programming *is* much more than "just writing code".
[...] assuming that those subroutines were able to to be passed the 20 variables that are in scope...Any FORTH programmer would immediately jump at your throat for saying this. This is a red flag: if you need to pass around more than 3 variables, you're more than likely doing something wrong, in the realm of factoring. A simple function should never need more than just a few parameters.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Programming *is* much more than "just writing code".
by demerphq (Chancellor) on May 09, 2007 at 12:30 UTC | |
|
Re^5: Programming *is* much more than "just writing code".
by polettix (Vicar) on May 09, 2007 at 16:18 UTC |