iktakahiro / dddpy

Python DDD Example and Techniques
MIT License
568 stars 69 forks source link

Finally found a simple example of DDD that's understandable. #5

Open manas-anarov opened 8 months ago

manas-anarov commented 8 months ago

Finally found a simple example of DDD that's understandable. Was looking at other examples and they made it complex, but here everything is clear, working with books CRUD. Don't know why others don't make their examples easy; they add technologies and other tools that make the example cumbersome.

manas-anarov commented 8 months ago

Thank You.

nightblure commented 3 months ago

@manas-anarov for some reason you don’t notice the most important thing - there is practically no domain logic here, there is very little of it!

therefore, this example carries almost no DDD values. but the project structure is good