Design principles
Favor encapsulation for the items that varies
If there are certain part of the application that varies a lot, identify them and separate them. This way it will minimize the effect caused by changes.
Encapsulate the method
Let's take the example of ca...
yashbafna.hashnode.dev2 min read