chancancode / ember-polaris-service

Previewing Ember Polaris style services
Other
13 stars 3 forks source link

Do we separate the requirement for the key to be `[INSTANTIATE]`-able? #13

Open chancancode opened 11 months ago

chancancode commented 11 months ago

e.g. so you can use something like Date.now directly as a service token without polluting a global or wrapping it in something like singleton(). I am not sure it's really that big of a deal