Posts tagged with clean-code

依存関係逆転の原則(Dependency Inversion Principle)

インタフェース分離の原則(Interface Segregation principle)

リスコフの置換原則(Liskov substitution principle)

オープン・クローズドの原則(Open-Closed Principle)

単一責任の原則(SRP)

switch文について考える

Value Objectを不変にする理由