Closed uhop closed 7 years ago
In some cases instead of "classes" it is more efficient to create singleton objects directly.
It seems that advice() is doing it just fine. In more complex cases, we can always do something like that:
advice()
var a = new (dcl(...))(...);
Closing until we gather more use cases.
In some cases instead of "classes" it is more efficient to create singleton objects directly.