Skip to content

zeroFruit/oop-dependency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oop-dependency

This is sample application for showing how can we design software architecture from point of view of dependency.

Step by step

ecommerce-00: Base

This is initial application code. It has several problems and we are going to fix these problems with refactoring.

ecommerce-01: Abstraction

The first problem is that domain packages have cyclic dependency. We are going to fix this problem by creating abstract class based on 'Dependency Inversion Principle'

ecommerce-02: Bounded Context

ecommerce-03: Domain Event

About

Sample project for showing architecture from point of view of dependency

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published