Page History
[ |../../index.htm#lansa/dsnb5_0070.htm]
You are here:
...
This guideline is very simple, yet it will allow LANSA programs to be completed more quickly and accurately.
When working on the code of a specific RDML function, always attempt to use a "top down" approach to coding. For instance, you may be given a program "specification" which looks like this:
...
- entering the structured programming constructs completely before coming back to fill in the details. For example: BEGIN_LOOP/END_LOOP, DOUNTIL/ENDUNTIL, SELECT/ENDSELECT, IF/ELSE/END, etc. etc.
- including the comments before the commands.
...
- .
...