Kamil Bączek

Results 14 issues of Kamil Bączek

PR includes ✨ - Refactor business rules and validators to use results instead of exceptions - Manage the flow of errors through results instead of relying on exceptions - Rename...

**Is your feature request related to a problem? Please describe.** The current implementation for enabling modules relies on feature flags, which adds complexity to the system. **Describe the solution you'd...

Domain Error Flow is controlled by exceptions that has impact on performance and maintability - We can switch to discriminated union results

**Is your feature request related to a problem? Please describe.** Tests using fake event bus can't detected class scopes misconfiguration like scoped in singleton **Describe the solution you'd like** There...

**Is your feature request related to a problem? Please describe.** It is frequent question How to implement observability? It is mentioned that observability is important from start of project. How...

**Is your feature request related to a problem? Please describe.** At main readme there is no links to chapters where chapters are described. **Describe the solution you'd like** Add missing...

documentation

### **Issue Description:** #### **Problem:** The MassTransit library provides the `ITestingHarness` interface, which allows for testing and verification of published events. However, when the OutBoxPattern is configured, the behavior of...

chapter 3

**Is your feature request related to a problem? Please describe.** Some people want to start theirs projects using evolutionary architecture example. This is not developer friendly. **Describe the solution you'd...

help wanted

📋 Description This pull request includes an overview of Domain-Driven Design (DDD) as well as detailed explanations of both strategic and tactical DDD. 📦 PR Includes - Definition and explanation...