promise icon indicating copy to clipboard operation
promise copied to clipboard

About the deprecation of the infix operators

Open Mathspy opened this issue 4 years ago • 2 comments

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!

Mathspy avatar Jul 25 '20 05:07 Mathspy

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

aantron avatar Jul 25 '20 15:07 aantron

Sweet! Curious to see if others have similar interest

Mathspy avatar Jul 25 '20 17:07 Mathspy