Currently components reference each other via `this`, but that can be confusing (particularly when not explicitly calling a constructor in an OO style). See https://github.com/caolan/magery/issues/9#issuecomment-357526945 for an example of how this can easily cause confusion.
Currently components reference each other via
this, but that can be confusing (particularly when not explicitly calling a constructor in an OO style).See #9 (comment) for an example of how this can easily cause confusion.