This is a discussion about Reader Poll: Subprocedures or Subroutines?.
This is a discussion about Reader Poll: Subprocedures or Subroutines?.
There should be another option "We use subprocedures and subroutines where approprate." I have coded in C for 25+ years. There is no subroutine concept in C, and thus developers will/have created monolithic procedures. That is not to say that RPG developers create monolithic subroutines/procedures but with a tool like subroutines it is easy to split a large chunk of code into logical peices without having to go to the work of creating prototypes, interfaces, and the like. Duane Christen