Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-27 14:46:55 +03:00
parent b102ea3c13
commit f58a052e3e

View File

@ -147,9 +147,10 @@ n
- By design this tool-set promotes a _cooperative_ model and makes it - By design this tool-set promotes a _cooperative_ model and makes it
hard to change/modify existing signatures / _contracts_ in _extending_ hard to change/modify existing signatures / _contracts_ in _extending_
code, hence the restrictions. code, hence the restrictions.
- `mix(..)`, the mixin method family usually copy references to actions - `mix(..)` and the `.mixin*(..)` (MetaActions/ActionSet) method family
to the target object, this is done to go around the lack of multiple usually copy references to actions to the target object, this is done
inheritance support in JavaScript and to enable clean action set reuse. to go around the lack of multiple inheritance support in JavaScript
and to enable clean action set reuse.