Sujet : Re: The joy of FORTRAN
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : alt.folklore.computers comp.os.linux.miscDate : 05. Mar 2025, 00:16:50
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vq81l2$232tl$2@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Pan/0.162 (Pokrosvk)
On Tue, 4 Mar 2025 14:15:10 +0000, The Natural Philosopher wrote:
There are other ways of doing that that do not involve passing 60
parameters into a single function call.
Yes, but they are even clunkier
Typically you would find those values travel around in groups, which makes
it natural to put them together in a struct.
Or alternatively, they could be 60 separate data channels collecting
similar kinds of information, which points to the use of an array.
The idea of 60 independent values of 60 different types coming together
from 60 separate random origins just strikes me as ... unlikely.