Parameters - SpartanRefactoring/Main GitHub Wiki

Spartan programming also dictates that each parameter is passed with least variability and interaction with other components of the program. The following is a list of methods of passing parameter in descending order of preference.

  1. Input parameters
  2. Output parameters
  3. Onput-output parameters
  4. By-reference parameters
  5. By-name parameters