BIND icon indicating copy to clipboard operation
BIND copied to clipboard

2.0 Roadmap

Open markohlebar opened this issue 9 years ago • 6 comments

  • protocols and categories instead of concrete BNDView / BNDViewController subclasses for MVVM
  • dropping XIB support because of the first point
  • dropping data controllers
  • adding abstractions BNDTableViewController and BNDCollectionViewController to support rapid development
  • splitting BNDBinding and MVVM related implementation into separate projects

markohlebar avatar Oct 22 '15 05:10 markohlebar

Is this still on-going or did you drop this project? @markohlebar

Seems to be the cleanest repo on GitHub. Great work!

IHEARTCOOKIES avatar Sep 14 '17 09:09 IHEARTCOOKIES

Hey @IHEARTCOOKIES thanks 👍 I don't think I will continue development on this repo, since it works pretty well as is. I've started working on Swift implementation that is more oriented to standardising the way we do MVVM, but it's still not production ready.

I'll add a notice to the README saying BIND is not actively maintained.

markohlebar avatar Sep 14 '17 10:09 markohlebar

Okay, sounds good. Thank you for your reply @markohlebar

IHEARTCOOKIES avatar Sep 14 '17 10:09 IHEARTCOOKIES

Just curious, would you say that the framework as it is right now is stable enough to use in production mode?

Saw that you opened NSConcretePointerArray arrayGrow: for example. Does this effect production apps? If so, do you know any alternatives that might be in active development?

@markohlebar

IHEARTCOOKIES avatar Sep 16 '17 01:09 IHEARTCOOKIES

@IHEARTCOOKIES the framework is currently used in a huge betting company production app, but if you find any problems you'll have to do a fork and fix it yourself :)

As for alternatives, if you're looking for bindings and observables I'd look at ReactiveCocoa, although if you're just looking for UI Bindings, that might be too heavy. If you're looking at a framework that handles large collection views take a look at IGListKit. Hope this helps!

markohlebar avatar Sep 17 '17 04:09 markohlebar

It surely does. Thank you! @markohlebar

IHEARTCOOKIES avatar Sep 17 '17 04:09 IHEARTCOOKIES