Remix.run Logo
Bidirectional Signals from the Emitter's Perspective in PHP(medium.com)
9 points by mooreds 5 days ago | 3 comments
duesabati a day ago | parent | next [-]

Without taking anything away from the author, I think he could have saved a few words by simply defining the point that events should be seen as commands rather than messages or passed-events.

dotancohen a day ago | parent | prev [-]

The ideas presented here look like race conditions waiting to happen. They also implicitly demand delays before every action taken, unnecessarily deliberately slowing down software.

I don't understand why the author thinks any of these ideas are better than traditional functional programming.

a day ago | parent [-]
[deleted]