sudoc:su_prog_rules
                Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| sudoc:su_prog_rules [2019/07/30 21:50] – seisunix | sudoc:su_prog_rules [2019/07/30 21:55] (current) – seisunix | ||
|---|---|---|---|
| Line 37: | Line 37: | ||
| Make sure there are Notes: in the Self Documentation. | Make sure there are Notes: in the Self Documentation. | ||
| Document each declared variable. Put technical information describing the algorithm being used. Remember that " | Document each declared variable. Put technical information describing the algorithm being used. Remember that " | ||
| + | |||
| + | Document subroutines as though they will be clipped out and put in a library---because if a subroutine is useful, it will be separated from its parent program. | ||
| + | |||
| + | Pretend that the code will not run without the documentation. | ||
| ===== Develop from existing code ==== | ===== Develop from existing code ==== | ||
| Line 258: | Line 262: | ||
| } | } | ||
|         if (icount==0) warn(" |         if (icount==0) warn(" | ||
| + | </ | ||
| + | ** Dynamic allocation which hides " | ||
| + | < | ||
| /* Allocate fft arrays */ | /* Allocate fft arrays */ | ||
| Line 268: | Line 275: | ||
|         polygonalFilter(f, |         polygonalFilter(f, | ||
| + | </ | ||
| + | |||
| + | ** note that most of the time we loop over input traces, these are in "do -- while" loops ** | ||
| + | < | ||
| /* Main loop over traces */ | /* Main loop over traces */ | ||
| do { | do { | ||
sudoc/su_prog_rules.txt · Last modified:  by seisunix
                
                