/andrew

Learn design pattern, crawl data

Primary LanguageGo

Creational Patterns

  • Creational patterns try to give ready-to-use object to user instead of asking for their creation, which, in some cases, could be complex, or which would couple your code with the concrete implementations of the functionality that should be defined in an interface