🏗️

Software Architecture Patterns(WIP) by Mark Richards

2021/10/24に公開

目的

  • E2Eに広義の「ソフトウェア」または「システム」をどんな責務に分割しうるパターンがあるか、基本となる情報として整理する

感想

  • 雑に一周
    • 巻末の図解とトレードオフリストは、アーキテクチャの議論する際のリファレンスにはもってこい感ある
  • 用語整理2周目
    • WIP
  • 要約3周目
    • WIP

参照

Software Architecture Patterns
by Mark Richards

Copyright © 2015 O’Reilly Media, Inc. All rights reserved.

Printed in the United States of America.

Published by O’Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472.

Introduction

  • big ball of mud architecture anti-pattern.
    • 一般的にアーキテクチャ不在のアーキテクチャを「泥団子」と呼び、アンチパターン

Chapter 1. Layered Architecture

  • layered architecture pattern
    • = n-tier architecture pattern

Discussion