MVC 썸네일형 리스트형 모델 클래스에 인터페이스 구현 설계에 대한 내용 웹 프로그래밍에서 MVC패턴을 사용하는데 Model에 대해 인터페이스를 만드는 것이 과연.. 좋을까? StackOverflow The general answer is no, because you should never add code without having a specific, concrete reason for it, and there is no general reason for such an interface. 일반적인 대답은 "노"다. 모델에 인터페이스를 구현하는 것은 명확한 이유없이 코드를 추가하면 안되기 때문이다. 그리고 인터페이스 대한 일반적인 이유가 아니다. That being said, sometimes there can be a good reason. 그렇긴해도, 때때로 좋은 사유가 .. 이전 1 다음