Some facets must be applied in a specific order. We can check this in the mixin factory by asserting the MixinBase is an instance of the necessary ancestor mixin. This should provide fast failures for scenarios where the facets were applied out of order.
For an example, see the lockable facet.
Some facets must be applied in a specific order. We can check this in the mixin factory by asserting the MixinBase is an instance of the necessary ancestor mixin. This should provide fast failures for scenarios where the facets were applied out of order.
For an example, see the lockable facet.