scottohara / loot

An implementation of some of the core MS Money features in Ruby on Rails
MIT License
4 stars 3 forks source link

Switch from promises to async/await where appropriate #103

Open scottohara opened 8 years ago

scottohara commented 8 years ago

For async code, should we start using ES2016 async/await (via Babel) rather than promises (via $q)?