YAGNI
You Aren't Going to Need It
今必要なことだけ行う
Implement the minimal code
先の事を考えて実装を複雑化させない
Don't implement features for the future
無駄な機能は削りとり、今必要な機能だけ実装する
Implement only necessary codes
このことで後のイレギュラーな変更に対応しやすいようにする
Easy to adapt to future spec changes