Spaghetti Code

Promises are essential to Javascript and a fundamental tool to handle asynchronous calls. However, promises are often used in the wrong way and produce poorly readable code. In this blog entry, I want to show how you can better combine…
Read more