<@U110XDVB8> All instantiation code should go in t...
# kodein
d
@darych All instantiation code should go in the module, the properties, dbproperties. Either directly in the db instantiation or as seperate singletons if they are to be reused. Anything declared there can be retrieved in another singleton declaration by using the instance() method available in the module declaration it will use what you previously declared to put into the other constructors Dont use factories unless in the code itself there a things that change that need a new instance according to each new value.. oyherwise all you need is one instance all the time use a singleton.