FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Adding lazy initialisation pattern by amoghrajesh · Pull Request #122 · tmrts/go-patterns · GitHub

Adding lazy initialisation pattern - #122

Open
amoghrajesh wants to merge 1 commit into
tmrts:masterfrom
amoghrajesh:lazy-initialisation
Open

Adding lazy initialisation pattern#122
amoghrajesh wants to merge 1 commit into
tmrts:masterfrom
amoghrajesh:lazy-initialisation

Conversation

Copy link
Copy Markdown

Adding a new creational pattern: Lazy Initialisation pattern
While not a traditional design pattern, lazy initialization is a common technique in Go. It involves deferring the creation of an object until it is actually needed. You can use this technique to optimize resource usage.

Copy link
Copy Markdown
Author

@tmrts can you take a look at this pull request for hacktoberfest?

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL