HackerTrans
TopNewTrendsCommentsPastAskShowJobs

eiriklv

no profile record

comments

eiriklv
·4 เดือนที่ผ่านมา·discuss
Is this a bot? I feel like HN is dying (for me at least) with all the em-dashes and the "it's not just X, it's Z".
eiriklv
·7 เดือนที่ผ่านมา·discuss
Why does it produce different ticks and em-dashes?
eiriklv
·2 ปีที่แล้ว·discuss
I feel like redux-saga [0] also belongs on that list of algebraic effects - at least as an honorable mention.

[0]: https://redux-saga.js.org/
eiriklv
·2 ปีที่แล้ว·discuss
In Rick voice: Well, that just sounds like generators with extra steps..
eiriklv
·2 ปีที่แล้ว·discuss
A bit on the side:

Stream processing of data is nicer using a declarative approach. Though I've found that describing control flow is often more intuitive using an imperative approach. It's a shame that redux-saga got tied to react/redux, because the idea of generators and declarative effects are universal - useful on both backend and frontend.