Combine vs. Cocoa Bindings

In general, do you feel that Combine has developed enough that it can replace Cocoa Bindings?

I want to create a data model that is totally based on Combine @Published properties and attach it to my view controller and view with Combine.

But before I spend all the effort, I wanted to get you all’s thoughts on potential pitfalls or considerations I should be taking into account. Should I just stick with tried and true Cocoa Bindings?

Thanks!

Sam: Combine feels super mature for a new framework. I would take the plunge! And indeed, I am. We have moved a few of our model & networking to a Combine interface, and it has drastically reduced our bug load.

1 Like

This topic was automatically closed after 166 days. New replies are no longer allowed.