... | @@ -19,7 +19,7 @@ Output arguments are counterintuitive. Readers expect arguments to be inputs, no |
... | @@ -19,7 +19,7 @@ Output arguments are counterintuitive. Readers expect arguments to be inputs, no |
|
Arguments are most naturally interpreted as inputs to a function. If you have been pro- gramming for more than a few years, I’m sure you’ve done a double-take on an argument that was actually an output rather than an input. For example:
|
|
Arguments are most naturally interpreted as inputs to a function. If you have been programming for more than a few years, I’m sure you’ve done a double-take on an argument that was actually an output rather than an input. For example:
|