ヘキサゴナルアーキテクチャ
Alistair Cockburn
が開発
Steve Freeman
と
Nat Pryce
が
『実践テスト駆動開発』
で採用した
Architecture Pattern
https://nrslib.com/hexagonal-architecture/
https://falsandtru.hatenablog.com/entry/hexagonal-architecture-vs-multilayered-architecture
https://codezine.jp/article/detail/9922
https://www.infoq.com/jp/news/2014/11/exploring-hexagonal-architecture/
https://buildersbox.corp-sansan.com/entry/2019/07/10/110000
https://fintan.jp/?p=1375
https://blog.tai2.net/hexagonal_architexture.html
https://github.com/jschairb/sandbox/wiki/HexagonalArchitecture
/mrsekut-book-4839981728/204
Functional Core, Imperative Shell
との関連
ヘキサゴナルアーキテクチャでは、ドメイン層でも副作用が生じても良いが、境界内に閉じ込めないといけない
なんで六角形
#??