Khalil Stemmler

Results 37 comments of Khalil Stemmler

Hi @StevePavlin! Thank you for the question and your thoughtful message. I mentioned over [here](https://github.com/stemmlerjs/ddd-forum/issues/35#issuecomment-755403895) the background behind testing in this repo and plans for the very near future; I'm...

Hi @ydennisy. So yes, for the [controller](https://github.com/stemmlerjs/ddd-forum/blob/386d9281ff37874943f15444481791a585d9c94d/src/modules/forum/useCases/comments/replyToPost/ReplyToPostController.ts#L27), you're right, we don't need those extra `try/catch` blocks. My mistake. Those can be removed. Since we're already using the monad to handle...

Hi @prodoxx ! They're coming (see [this issue](https://github.com/stemmlerjs/ddd-forum/issues/35) for the history of tests in this project). As a part of "[Part IX: Building Web Applications with Domain-Driven Design, Hexagonal Architecture...

@lucianlature I think basic React components with minimal styling would be really good for an MVP here! Wanna start on this? I'm starting to move towards using React + Styled...

@lucianlature With respect to the UI, I'm gonna say yeah- go ahead with Material UI. It's actually pretty sweet. I really like the Firebase template :) looks cleaaaan. My primary...

@all-contributors please add @denneulin for code

@all-contributors please add @stemmlerjs for code, bug, doc, infra, ideas

@all-contributors please add @faisol-chehumar for code

Hey @kunal-mandalia, thanks for checking out the repo + site! Great questions! I'll do my best to answer them both. > ...when someone replies to my post I should receive...

@kunal-mandalia Have you read [this article](https://khalilstemmler.com/articles/typescript-domain-driven-design/chain-business-logic-domain-events/) yet? Let me know if that helps!