next up previous contents index
Next: Coding rules Up: Code Standards Previous: Code Standards

   
General

Normal application programs written for MIDAS should be structured so that the main program handles parameter input/output and initiation of data while all computations and algorithms should be placed in subroutines. This gives the general rules for applications:

In general, algorithms should be separated from routines that access data. This makes it easier to re-use such algorithms in other applications.



Send comments to web@eso.org
Last update: 1998-10-23