Git Product home page Git Product logo

itddd's Introduction

ITDDD

『ドメイン駆動設計入門 ボトムアップでわかる!ドメイン駆動設計の基本』第14章のサンプル集です。 また、書籍刊行後に特別に用意した1~13章のサンプルコードもダウンロードできます。

各ディレクトリ

Layered

https://github.com/nrslib/itddd/tree/master/Layered

レイヤードアーキテクチャを意識した構成です。
プレゼンテーション層、ドメイン層、アプリケーション層、インフラストラクチャ層がそれぞれ別プロジェクトになっています。

Layered_UsingInternal

https://github.com/nrslib/itddd/tree/master/Layered_UsingInternal

レイヤードアーキテクチャを意識した構成です。
Layered との違いは、internal 修飾子を活用して、メソッドにアクセス制限を加えることで、意図しないメソッド呼び出しを抑制しています。

CleanLike

https://github.com/nrslib/itddd/tree/master/CleanLike

クリーンアーキテクチャを意識した構成です。
すべてのユースケースは別クラスで実装されているため、疎結合な作りになっています。
クリーンアーキテクチャのプロジェクト構成に関する詳しい説明は以下の URL を参考にしてください。
https://nrslib.com/clean-architecture/

SampleCodes

各章のサンプルコードです。

itddd's People

Contributors

nrslib avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.