Interface Segregation Principle (ISP) - Javascript
The Interface Segregation Principle (ISP) is one of the SOLID principles of object-oriented design. It suggests that no client should be forced to depend on methods it does not use. In other words, you should design your interfaces in a way that clie...
harishgautam.hashnode.dev2 min read