🏡🌞 A personal, friendly blog about my journey as a C#/.NET Software Engineer


Tag: validation

  • 🧪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…