SRP (1) 썸네일형 리스트형 객체지향설계원칙(SOLID) ① - SRP SRP The single-responsibility principle (SRP) is a computer programming principle that states that "A module should be responsible to one, and only one, actor." The term actor refers to a group (consisting of one or more stakeholders or users) that requires a change in the module. Robert C. Martin, the originator of the term, expresses the principle as, "A class should have only one reason to ch.. 이전 1 다음