- Since
Tracker.autorun
creates a new computation, is it not cleaner to callnew Meteor.Computation
? - Do we need to claim another global variable for
Tracker
, or can users simply access it viaMeteor
? - Can we have a concept of a
currentValue
, and make the return value meaningful, not just trigger side-effects on reactive changes ?
See an example project here: https://atmospherejs.com/deanius/meteor-computation
What are your thoughts ?