Conversation
Notices
-
Embed this notice
nodejs things is like, at first all is amazing and easy and you're surprised how easily you dish out some working code out
then you want just little bit more and the complexity shoots up to like mars
-
Embed this notice
@pony only issue i'm having right now is not being able to abort promises, which is turning out to be a big issue.
-
Embed this notice
@pony oh yeah that sucks. i am fortunate that I built this code base from scratch and am basically the only developer, decided what tools and pipeline etc...
-
Embed this notice
@Moon i should have probably specified i'm talking more about tooling, like currently, i have a 30 lines of code function i need to get in the project and i've spent a week trying to do so, but in all mutual dependencies, various tools used for deployment, linters and whatnot, it turned out to be hell
-
Embed this notice
@thatguyoverthere @pony yes. also there is a way to do it but it requires tons of invasive boilerplate.
-
Embed this notice
Like abort from outside of the promise context? You could always throw an exception within.