Rather than extend Space.Application to create a new object Space.flux.Application, can we just mix the functionality into Space.Module on the client from the Space.flux package so that the implementation just defines a Space.Application with the flux specific sugar inherited from Space.Module?
Rather than extend Space.Application to create a new object Space.flux.Application, can we just mix the functionality into Space.Module on the client from the Space.flux package so that the implementation just defines a Space.Application with the flux specific sugar inherited from Space.Module?
https://github.com/meteor-space/flux/blob/develop/source/automation.js#L3
Thoughts?