「質の悪い仕事が質のよい仕事を駆逐する」
ソフトウェアコンストラクションに適合する法則である。
建築にたとえると、10階建てのビルのうち、1つの柱が手抜き工事だったら全体として安全ではない建物となる。
ソフトウェア設計理論に関する論文。
理想的なソフトウェア開発と各段階でのアウトプットの出し方を提案している。そこら辺の本を読むよりいい。シンプルにまとまってて読みやすい。
A RATIONAL DESIGN PROCESS: HOW AND WHY TO FAKE IT
- Establish and document requirements.
- Design and document the module structure
- Design and document the module interfaces
- Design and document the uses hierarchy
- Design and document the module internal structures
- Write Programs
- Maintain
Comments