shouryaj98 / Hotel-Management-Project-Java

It is a Hotel Management tool which can be used to manage activites like storing customer details, booking rooms of four different types, ordering food for particular rooms, unbooking rooms and showing the bill.
MIT License
346 stars 435 forks source link

Violation of SRP #14

Closed daagv closed 3 years ago

daagv commented 3 years ago

The class Hotel is implementing too many static methods, implying a lot of responsibility in a single class.