Harish Gautamharishgautam.hashnode.devยทMay 3, 2024Interface Segregation Principle (ISP) - JavascriptThe 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...JavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.