Hacker News new | ask | show | jobs
by PaulHoule 1123 days ago
In a dynamic UI you don’t know these lifetimes because they are up to the user.
1 comments

Well, in the sense of "lifetimes" that I mean in terms of ownership, scope, and destruction, yes we do know the lifetime (removing a plugin-instance and de-allocation in an orderly fashion is part of a plugins API, for example)