Sujet : Re: Software Precepts
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.miscDate : 29. Mar 2024, 06:46:57
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <uu5kkh$4c0u$1@dont-email.me>
References : 1
User-Agent : Pan/0.155 (Kherson; fc5a80b8)
On Wed, 20 Mar 2024 21:35:50 -0000 (UTC), Ben Collver wrote:
* Our function calls do not have 'parameters' - they have 'arguments'
The way I look at it, a “parameter” is any value that can be adjusted in
an algorithm to solve a different problem in the same general class of
problems.
An “argument” is a “parameter” that is passed to a function at the point
of the call. So different calls can be passed different values of this
“parameter”.