|
|
|
|
|
by BenoitEssiambre
2240 days ago
|
|
I also find promises problematic. I do like async/await though, except for the fact that it relies on promises. I've been toying with the idea of a promise free async/await implementation lately. I'm interested in feedback anyone would have. https://github.com/bessiambre/casync |
|
Perhaps if you create and publish a simple comparison solving a given problem with Promises vs. CaSync it would show that CaSync takes much less code?
That could convince more people to take the time to try it out.