When working with resource intensive objects or types that are slow to instantiate, especially where those objects may not be required, it can be useful to only create the objects when first needed. This technique is known as lazy initialisation.
|
3
Shouts |
|
|||
No comments yet, be the first one to post comment.