How to resolve Material Icons with a cool Resolver
Before dig into writing a resolver, let's first walkthrough about Strategy/Resolver Pattern.
π Resolver Pattern
This is a simpler design pattern - it allows you to:
Encapsulate a family of related algorithms
Allow them to vary
Allow a class to main...
muhammadawaisshaikh.hashnode.dev3 min read