Category:プログラミング原則

KISSの原則
KISS principle
YAGNI
You aren't gonna need it
関心の分離
Separation of concerns
依存性逆転の原則
Dependency inversion principle
SOLID
SOLID
リスコフの置換原則
Liskov substitution principle
制御の反転
Inversion of control
インターフェース分離の原則
Interface segregation principle驚き最小の原則
Principle of least astonishment
GRASP
GRASP (object-oriented design)
単一責任の原則
Single-responsibility principle
コードの再利用
Code reuse
プログラミング原則の一覧

Zen of Python
Zen of Python
Don't repeat yourself
Don't repeat yourself
ドイッチュ限界
Deutsch limit機構と方針の分離
Separation of mechanism and policy
デメテルの法則
Law of Demeter
悪いほうが良い
Worse is better
結合度
Coupling (computer programming)
90対90の法則
Ninety–ninety rule
開放/閉鎖原則
Open–closed principle
凝集度
Cohesion (computer science)
ブラックボックス
Black box
コマンドクエリ分離
Command–query separation