Skip to content Skip to sidebar Skip to footer
Showing posts with the label Lazy Initialization

Use A Class Decorator To Implement Late-initialization

I am using some classes which need to connect to databases. The connection is only really needed wh… Read more Use A Class Decorator To Implement Late-initialization