Category:プログラミング原則

コマンドクエリ分離
Command–query separation
KISSの原則
KISS principle
依存性逆転の原則
Dependency inversion principle驚き最小の原則
Principle of least astonishment
ブラックボックス
Black box
インターフェース分離の原則
Interface segregation principle
関心の分離
Separation of concerns
リスコフの置換原則
Liskov substitution principle
コードの再利用
Code reuse
90対90の法則
Ninety–ninety rule
プログラミング原則の一覧

Zen of Python
Zen of Python
Don't repeat yourself
Don't repeat yourself
ドイッチュ限界
Deutsch limit機構と方針の分離
Separation of mechanism and policy
GRASP
GRASP (object-oriented design)
SOLID
SOLID
制御の反転
Inversion of control
デメテルの法則
Law of Demeter
悪いほうが良い
Worse is better
凝集度
Cohesion (computer science)
単一責任の原則
Single-responsibility principle
開放/閉鎖原則
Open–closed principle
結合度
Coupling (computer programming)
YAGNI
You aren't gonna need it