pyventory icon indicating copy to clipboard operation
pyventory copied to clipboard

Protect vars from overriding

Open lig opened this issue 8 years ago • 0 comments

Require explicit control over whether it is allowed to override a var or not.

Consider implementing the following options:

  • default behavior — allows overriding by any asset using multi-inheritance or mixins
  • final(<value>) var decorator — no overriding allowed

lig avatar Mar 07 '17 15:03 lig