Ash Furrow
Ash Furrow
Gotcha. I hear you – but that’s not how I’ve done mvvm. My view models have all the business logic, and the view controller hooks up the view model’s actions...
Cool, this sounds like a good thing to discuss. I won't have to time consider until the weekend, but others should feel free to chime in 👍
I like all of these suggestions, especially the deprecation of the existing APIs instead of a replacement. Let's move forward with this, keeping in mind that we still welcome feedback...
Good thinking @mosamer – I did the tech review for the book and I agree nothing about these changes would affect it. But that chapter is an introduction to Action,...
Neat idea! What do you think, @alexvbush?
Looks great! That's exactly the reasoning behind the decision. What parts of your code do you think should be added to this codebase?
Hi @yoavschwartz – I don't think there's been any progress but someone should try again using Swift 4? Anyone available?
That makes sense to me, I believe ReactiveSwift's `Command` type has something similar. Let's do it!
Hi @nflahavan! Thank you for the detailed issue – the unit test is very helpful. Definitely a reference cycle here would be a bug. I would be happy to review...
Hi, thanks for following up and opening #235. I honestly don't use Action or RxSwift day-to-day anymore, so I don't have a lot of time to devote to fixing bugs...