depoio/node-telegram-bot

Native promise

shernshiou opened this issue · 2 comments

Moving from Q to native promise by node v4

In favor of native promise, we are going to drop Q promise which is currently in-use. Any of you guys have opinion? Or we should keep it for backward compatibility?

rdev commented

I absolutely love native promises and switching all my projects to them. However backward compatibility never hurts.