Computerの世界で、「万能な抽象化」は存在しない
銀の弾などない - Wikipedia
『銀の弾などない— ソフトウェアエンジニアリングの本質と偶有的事項』(ぎんのたまなどない ソフトウェアエンジニアリングのほんしつとぐうゆうてきじこう、英: No Silver Bullet - essence and accidents of software engineering)とは、フレデリック・ブルックスが1986年に著した、ソフトウェア工学の広く知られた論文である。
KISSの原則
YAGNI
You’re NOT gonna need it!
The best way to implement code quickly is to implement less of it. The best way to have fewer bugs is to implement less code.