Uh oh!
There was an error while loading. Please reload this page.
[Enh]: Start if Needed on uniqueInstance Access - #3
Conversation
akgrant43
commented
Apr 2, 2021
Hi @seandenigris , I there's a few points to consider:
Instead of modifying What do you think? |
seandenigris
commented
Apr 2, 2021
Ah interesting. It sounds like the model is a bit more complex than I thought. That doesn't sound like the Singleton pattern as I understand it. I wonder if
Wouldn't the application be sure not be started if
Are there other users? Should I propose upstream and see if anyone objects?
I don't care too much, but lazy-initialized |
akgrant43
commented
Apr 6, 2021
Hi Sean,
Doh! You're correct, of course. I think that PBApplication started out as a singleton, however we want to be able to run multiple instances, but the class hasn't gone through the proper refactoring. So I've merged this in. Thanks! |
No description provided.