jimin-kiim / Software-Engineering

0 stars 0 forks source link

SOLID #10

Closed jimin-kiim closed 1 year ago

jimin-kiim commented 1 year ago
jimin-kiim commented 1 year ago

Design Smells

Introduction

jimin-kiim commented 1 year ago

SOLID

jimin-kiim commented 1 year ago

SRP

Identifying Responsibilities can be tricky

jimin-kiim commented 1 year ago

OCP

example

스크린샷 2023-06-16 오전 1 40 48 스크린샷 2023-06-16 오전 1 40 33

Abstraction is the Key

jimin-kiim commented 1 year ago

LSP

Subtyping and Implementation Inheritance

example

jimin-kiim commented 1 year ago

ISP

jimin-kiim commented 1 year ago

DIP