Alexandros Marinos
Alexandros Marinos
Just wanted to check what your attitude towards using [promises](https://blog.jcoglan.com/2013/03/30/callbacks-are-imperative-promises-are-functional-nodes-biggest-missed-opportunity/) to manage asynchronous calls in decking is. We've recently converted pretty large internal codebases from async.js to promises and the...
Have you put any thought into having decking deploy e.g. to amazon?
one thing I always hate about doing project euler type projects in js is its terrible support for big integers and big decimals. There are libraries like https://github.com/justmoon/node-bignum https://github.com/substack/node-bigint https://github.com/MikeMcl/big.js/...