You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
ClosesCodelyTV#62
0 commit comments