AY2122s2-CS2113-F12-3 / tp

0 stars 4 forks source link

Menu Item - Deal with PED bugs #100

Closed suenalaba closed 2 years ago

suenalaba commented 2 years ago

Your code in Line 54 of MealReservationManager should not be longer than 120 for code quality!

suenalaba commented 2 years ago

In MealReservationFileManager line 61, change your variable name to follow naming convention

suenalaba commented 2 years ago

In MealReservationManager line 54, I think the operator should be wrapped on the next line, please fix before merging