aantron / promise

Light and type-safe binding to JS promises
MIT License
340 stars 24 forks source link

About the deprecation of the infix operators #61

Open Mathspy opened 4 years ago

Mathspy commented 4 years ago

I realise that the let bindings replaces them rather elegantly in most situations But I am personally a very mix and match-y type where my JS codebases uses promise chains where they make sense and async/await where they makes sense and will be doing the same with Reason Worth considering whether that's something others could want to do. I don't mind this being removed from the library since I'll just redefine it in my code anyway but thought it was worth mentioning!

aantron commented 4 years ago

Thanks! I am happy to leave them in and not deprecate them.

Mathspy commented 4 years ago

Sweet! Curious to see if others have similar interest