Alexander PanovforRoyalZSoftwareroyalzsoftware.deยทDec 20, 2023Advent Calendar #20 - The interface segregation principleIt states 1) that classes should not depend on interfaces, that they can't implement 2) that you should only depend on the data that you need in a specific place. Today's post is about the second less obvious meaning. Let's look at the following code...Interface Segregation Add a thoughtful commentNo comments yetBe the first to start the conversation.