Interface Segregation Principle means a client should not depend on something it doesn't need.
Coding is about doing it for your future self. Write readable code, plan ahead, and thoroughly test ...Read more