isp 1 썸네일형 리스트형 SOLID - OOP design principle[4] - ISP In the field of software engineering, the interface segregation principle ISP states that no code should be forced to depend on methods it does not use. ISP splits interfaces that are very large into smaller and more specific ones so that clients will only have to know about the methods that are of interest to them 위키피디아에서는 위와 같이 설명하고 있다. 간단하게 말하면 Interface를 너무 큰 범위로 잡아서 구현부에서 사용하지 않는 메서드를 만들지.. 이전 1 다음