Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Some slices are dependent on each other, as can be seen in this diagram:

Image RemovedImage Added

  • Accommodation is a specialization of reservation, i.e.
    something like a reservation for the current week. For this reason,
    the accommodation slice builds on the reservation slice, but it
    does not extend it. The accommodation mixin extends the Hotel.Base
    class, but to this end, the Hotel.Base class must be extended
    already by the reservation mixin. This dependency is different from
    extension and explained in further detail in FIXME.

...