Swift: Factory Pattern
Factory Pattern is a creational design pattern, which helps in hiding the creational logic rather than creating the concrete type at the consumer end. Instead of directly providing the created concrete type, It can also help in hiding the created con...
rasik.hashnode.dev2 min read