valignatev / ddd-dynamic

Domain Driven Design in Python, Ruby and other dynamic languages resources
1.35k stars 126 forks source link

Add a blog about introducing and implementing DDD with TypeScript #21

Closed kokokuo closed 5 years ago

kokokuo commented 5 years ago

Hi @valignatev, thank you for merging about my previous PR #20 😃 and I found another DDD series about implementing with TypeScript, here is the blog link:

Khalil Stemmler's Blog - https://khalilstemmler.com/articles/categories/domain-driven-design

valignatev commented 5 years ago

Thanks once again! I'm very conflicted right now! On one hand, TypeScript is a static language, so it doesn't really fit this repo scope. On the other hand - it's kind of a JavaScript, and my initial purpose for this repo was to find sources other than about C# and Java.

I need to think about it and probably read these posts.

kokokuo commented 5 years ago

Hi @valignatev, thank you for your reminder! I forgot about TypeScript is kind of a JavaScript although, but it's static language, and I'll evaluate carefully in the future.

Thank you for replying and explaining patiently :)