2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
|
|
@ -7,3 +7,5 @@ By ''initialized'' we mean that each item must be in a well-defined state approp
|
|||
This task was inspired by the common error of intending to do this, but instead creating a sequence of <var>n</var> references to the ''same'' mutable object; it might be informative to show the way to do that as well, both as a negative example and as how to do it when that's all that's actually necessary.
|
||||
|
||||
This task is most relevant to languages operating in the pass-references-by-value style (most object-oriented, garbage-collected, and/or 'dynamic' languages).
|
||||
|
||||
See also: [[Closures/Value capture]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue