refactoring-code_smells-design_patterns icon indicating copy to clipboard operation
refactoring-code_smells-design_patterns copied to clipboard

Refactored BookingShould.cs

Open Mykyta-Panchenko opened this issue 8 months ago • 0 comments

Description:

Extracted CreateBooking() helper method to remove redundant object instantiation. Allowed passing custom start and end dates for more flexible test cases. Improved maintainability by centralizing booking creation logic. Enhanced test readability by reducing boilerplate setup in each test.

Closes #61

Mykyta-Panchenko avatar Feb 07 '25 10:02 Mykyta-Panchenko