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

Refactored Booking.cs

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

Refactored Booking Class for Better Encapsulation & Method Design

Exposed private fields as read-only properties. Marked IsBetween() as static since it does not depend on instance state. Added null-checks in the constructor to ensure valid input.

Closes #62

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