[회고] 신입 iOS 개발자가 되기까지 feat. 카카오 자세히보기

💻 CS/객체지향 5

SOLID in Swift (5): DIP(Dependency Inversion Principle)

해당 게시글은 아래 Article을 참고하여 작성되었습니다. https://medium.com/movile-tech/dependency-inversion-principle-in-swift-18ef482284f5 Dependency Inversion Principle in Swift Last article of the series of five about SOLID and its use in Swift medium.com SOLID란? SOLID는 5개의 프로그래밍 디자인 원칙의 앞글자를 딴 합성어이다. 각 디자인 원칙들은 소프트웨어의 이해와 발전뿐 아니라 유연성과 유지보수성을 높여준다. 이러한 원칙들은 교수이자 소프트웨어 엔지니어인 Robert C. Martin(Uncle Bob으로 많이 알려진)으로부터..

SOLID in Swift (4): ISP(Interface Segregation Principle)

해당 게시글은 아래 Article을 참고하여 작성되었습니다. https://medium.com/movile-tech/interface-segregation-principle-in-swift-1778bab4452b Interface Segregation Principle in Swift Fourth article of the series of five about SOLID and its use in Swift medium.com SOLID란? SOLID는 5개의 프로그래밍 디자인 원칙의 앞글자를 딴 합성어이다. 각 디자인 원칙들은 소프트웨어의 이해와 발전뿐 아니라 유연성과 유지보수성을 높여준다. 이러한 원칙들은 교수이자 소프트웨어 엔지니어인 Robert C. Martin(Uncle Bob으로 많이 알려진)..

SOLID in Swift (3): LSP(Liskov Substitution Principle)

해당 게시글은 아래 Article을 참고하여 작성되었습니다. https://medium.com/movile-tech/liskov-substitution-principle-96f15559e363 Liskov Substitution Principle Third article of the series of five about SOLID and its use in Swift medium.com SOLID란? SOLID는 5개의 프로그래밍 디자인 원칙의 앞글자를 딴 합성어이다. 각 디자인 원칙들은 소프트웨어의 이해와 발전뿐 아니라 유연성과 유지보수성을 높여준다. 이러한 원칙들은 교수이자 소프트웨어 엔지니어인 Robert C. Martin(Uncle Bob으로 많이 알려진)으로부터 소개되었다. Single Resp..

SOLID in Swift (2): OCP(Open-Closed Principle)

해당 게시글은 아래 Article을 참고하여 작성되었습니다. https://medium.com/movile-tech/open-closed-principle-in-swift-6d666270953d Open-Closed Principle in Swift Second article of the series of five about SOLID and its use in Swift medium.com SOLID란? SOLID는 5개의 프로그래밍 디자인 원칙의 앞글자를 딴 합성어이다. 각 디자인 원칙들은 소프트웨어의 이해와 발전뿐 아니라 유연성과 유지보수성을 높여준다. 이러한 원칙들은 교수이자 소프트웨어 엔지니어인 Robert C. Martin(Uncle Bob으로 많이 알려진)으로부터 소개되었다. Single R..

SOLID in Swift (1): SRP(Single Responsibility Principle)

해당 게시글은 아래 Article을 참고하여 작성되었습니다. https://medium.com/movile-tech/single-responsibility-principle-in-swift-61ee11ee81b5 Single Responsibility Principle in Swift First article of the series of five articles about SOLID and its use with Swift medium.com SOLID란? SOLID는 5개의 프로그래밍 디자인 원칙의 앞글자를 딴 합성어이다. 각 디자인 원칙들은 소프트웨어에 대한 이해와 발전을 돕고 유연성과 유지보수성을 높여준다. 이러한 원칙들은 교수이자 소프트웨어 엔지니어인 Robert C. Martin(a.k.a U..