Closed pixelzoom closed 4 years ago
I've added comments for all of these. This particular sim sets up all the links and listeners when it first loads and then does not add or remove any after that. I guess this will probably change when this simulation gets split into multiple views.
Related to #1 (code review).
There is no documentation associated with calls to
link
etc. And I don't see any calls tounlink
etc. So either the sim is leaking memory, or it has no need to dispose of instances.@heldentodd can you clarify how this sim manages memory?