On 10/04/2018 9:42 PM, Paul Gilmartin wrote:
On Tue, 10 Apr 2018 09:16:52 +0800, David Crayford wrote:
And 20 arguments is still wildly excessive. It's long been accepted that
any more than 7 arguments are difficult to comprehend and an alternative
design should be implemented.

If the code is generated by a program, that's not a concern.  If the data
structures are allocated dynamically, the only limit should be available
storage.

If the code doesn't have to be supported by a human then you might be right. If it does then nope! Code that is generated by a program is usually the output of a compiler that generates object code that we generally don't care about until we need to debug it. If a program generates REXX code then it should generate good REXX code that doesn't have telescoping function arguments.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to