Alessandro dev.

Results 31 comments of Alessandro dev.

@GaetanCottrez Thank you for your suggestions. **Comparison between Lerna and Turbo** Both Lerna and Turbo are tools used to manage monorepositories, but they have different approaches. Lerna is widely used...

@GaetanCottrez I thought of an action plan with next steps 1. **Migrate the Repository to a GitHub Organization** - [ ] Create a new GitHub organization with a name relevant...

Hi @GaetanCottrez, I’ve just created a project based on the migration plan. You can explore it here: [Project Link](https://github.com/users/4lessandrodev/projects/5/views/1?pane=info)] Feel free to review it and contribute to any tasks that...

### **Thank You** Hi, **Animii**! I want to thank you for your feedback regarding the `value()` method typing in the `Result` class. Your observation about the inconsistency between the documentation...

Hi @GaetanCottrez, Thank you for your feedback and for highlighting the challenges caused by the recent changes. To address your concerns, I’ve updated the approach to make the dynamic typing...

### New Contract Added: `init` Method in `Domain` I’ve recently introduced a new method, `init`, to the `Domain` value object and also available in `Entity` and `Aggregate`. This method offers...

Hi @mmmoli Thank you for your contribution to the project! I appreciate the effort you put into improving the codebase. However, I’m having trouble reviewing the actual implementation changes in...

### **🙏 Thank you @mmmoli for your feedback and for appreciating my work!** I'm truly glad that you find value in the **`rich-domain`** library. Below, I’ll explain how the project...

In a **serverless setup**, the `context.subscribe` approach **won't work reliably** because the execution environment **terminates** once the function returns a response. Any events queued in memory (like with `EventEmitter`) may...