Hacker News new | ask | show | jobs
by CarVac 1957 days ago
I agree, but isn't that just a message bus (mentioned in the article)?
2 comments

It is, he's just pointing out that the Qt developers figured this out a long time ago. Web developers like to think they're pioneers when it comes to this stuff.
I never really thought of it in those terms. But I guess signals and slots are just way to publish/subscribe to a message bus. It is quite a nice abstraction of it IMHO (which is perhaps why it didn't occur to me!).