Reconsider the Data

When you are refining your program, your objective is to make each piece simpler. This almost certainly means:
  • Simpler input data for each segment or routine
  • Simpler output data for each segment or routine
  • Simpler processing
  • And, therefore, simpler code.
If your pieces really are simpler, they will probably have simpler names, too. For instance:
  • Knit cuff
rather than
  • Make ribbing for cuffs and waistband.


Reference Reference

Feedback


Timestamp icon Last updated: Tuesday, 7 January 2014


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic/com.ibm.cics.rexx.doc//dfhrx/datacon.html