Hacker News new | ask | show | jobs
by justinclift 1129 days ago
In programmer terms, when you change the variables of one instance you're not necessarily causing the exact same change on the other instances?
1 comments

Sure, but at that point, they aren't "the same object" (as justinclift said).
Heh, from a programming point of view it could be viewed more like a "master template" (the actual object), then multiple (transient?) instances created from that template.

No idea how that maps to this quantum stuff though. ;)

---

Hmmm. If you've used animation software before (?), then they commonly have a library of "assets" you can use in your animations. Those library assets would be like the "object", with several instances of it placed as needed in scenes, each slightly tweaked (size, colour, etc).