Hacker News new | ask | show | jobs
Edge vs. level triggered logic in Kubernetes (speakerdeck.com)
4 points by theikkila 3287 days ago
1 comments

I find this interesting to use even with common web applications as a design pattern. It's usually easy to just dispatch events but parsing them is always complicated and if you need to do that in all clients youre essentially decoupling the logic. If you can provide already parsed state you are providing the view into that data.