- What problem does Facade pattern solve?
Suppose a caller client needs to make a vacation booking through a vacation company, including:
- Flight
- Hotel
- Car rental
The client should only need to send his dates to the company.
He must do himself the flight, car and hotel bookings, one-by-one.
So below code should be fixed:
Δεν υπάρχουν σχόλια:
Δημοσίευση σχολίου
What may be missing, or could get better?