소프트웨어엔지니어링 Single Responsibility Principle in GO ☝ Single Responsibility "In any well-designed system, objects should only have a single responsibility." by Robert Martine. 잘 설계 된 모든 시스템에서 객체들은 오로지 1개의 책임만을 가지고 있어야 한다. 즉, 객체를 구현하는 코드는 오로지 한가지 일만을 효율적인 방법으로 처리하는데 집중해야 한... go소프트웨어엔지니어링SOLID 디자인 원칙SRPSOLIDgolangSOLID
Single Responsibility Principle in GO ☝ Single Responsibility "In any well-designed system, objects should only have a single responsibility." by Robert Martine. 잘 설계 된 모든 시스템에서 객체들은 오로지 1개의 책임만을 가지고 있어야 한다. 즉, 객체를 구현하는 코드는 오로지 한가지 일만을 효율적인 방법으로 처리하는데 집중해야 한... go소프트웨어엔지니어링SOLID 디자인 원칙SRPSOLIDgolangSOLID