Closed nexushoratio closed 1 year ago
A little clunky as is, since it uses pages before the class is instantiated.
pages
We are assuming it will be a singleton, but really, it may not be.
Likely, when the Page instances get registered, we should tell them which Pages instance is being used anyway.
Page
Pages
May be other functions that would be appropriate to move around like that.
A little clunky as is, since it uses
pages
before the class is instantiated.We are assuming it will be a singleton, but really, it may not be.
Likely, when the
Page
instances get registered, we should tell them whichPages
instance is being used anyway.May be other functions that would be appropriate to move around like that.