Immutable object: Difference between revisions

Content deleted Content added
JohnAD (talk | contribs)
m Python: Edited source example for clarity and to meet PEP8 spec.
Line 349:
== External links ==
{{Wiktionary|mutable}}
* [https://www.codeproject.com/Articles/1043301/Immutable-objects-in-Csharp Immutable objects in C#] using 3 simple steps.
* Article [https://web.archive.org/web/20101020235317/http://www.ibm.com/developerworks/java/library/j-jtp02183.html Java theory and practice: To mutate or not to mutate?] by [[Brian Goetz]], from [[IBM DeveloperWorks]] -- [https://web.archive.org/web/20101020235317/http://www.ibm.com/developerworks/java/library/j-jtp02183.html saved copy at Internet Archive] by [[Brian Goetz]], from [[IBM DeveloperWorks]] -- [https://web.archive.org/web/20101020235317/http://www.ibm.com/developerworks/java/library/j-jtp02183.html saved copy at Internet Archive]
* [http://www.javapractices.com/Topic29.cjp Immutable objects] from JavaPractices.com