Category: Coding
-
⚡ Top 5 Essentials for a Successful EventStorming Session
EventStorming has emerged as a powerhouse for fostering understanding and collaboration in the realm of software development, particularly within the Domain-Driven Design (DDD) framework. By visually mapping out complex business domains, teams can unveil insights that might otherwise remain obscured. My recent dive into experiencing an EventStorming session illuminated several critical factors that can make…
-
🧪Balancing Unit-Test Naming Conventions
Vladimir Khorikov’s article titled “You are naming your tests wrong!” delves into the intricacies of test naming conventions, specifically critiquing the [MethodUnderTest]_[Scenario]_[ExpectedResult] format. He suggests that this convention often leads developers to focus overly on implementation details rather than the system’s overarching behavior. By advocating the use of plain English phrases in test names, he…