Interpreter - Design Pattern
Objective 🎯
Provide a way to interpret/evaluate a language grammar or expression.
Type ✅
✔️Behavioral: Describes how objects interact/communicate between themselves.
❌Creational: Describes how to instantiate an object without large and complex.
❌Str...
victorlins.hashnode.dev3 min read