Software Architecture: The Hard Parts Chapter 5

Software Architecture: The Hard Parts

Chapter 5

良い内容。
書籍的には古い大きなシステムの保守をしていく中で、構造改革(システムリファクタリング)するシナリオで書かれている。
開発する前のエンジニアに読ませたい章でした。

Component-Based
Decomposition
Patterns
    Monolithic application
        Identify and Size Components Pattern
            サイズ調整
        Gather Common Domain Components Pattern
            集約
        Flatten Components Pattern
            平坦化
        Determine Component Dependencies Pattern
            依存関係
        Create Component Domains Pattern
            論理的グループ化
        Create Domain Services Pattern
            サービス構築
    Microservices

memo

Posted by shi-n