Model-View-Function (MVF), nice! My question is, where does the ViewModel go? It is unaccessible, right? This function-view-model will only work if your *entire* screen is 100% reactive, correct? As you will not be able to reference or call functions on a vm
Very interesting! This simplification idea doesn't seem to be implemented in kickstarter/ios-oss repo. Is there any reason other than having other priorities ?
I can't speak for the current team, as I've moved on, but when I was there we wanted to explore this idea but the boilerplate wasn't substantial enough to make time for when weighed against other priorities :)
Awesome! Genius idea to replace view models with a function. Wow. Will definitely check out the Kickstarter app. Thanks!
Model-View-Function (MVF), nice!
My question is, where does the ViewModel go? It is unaccessible, right? This function-view-model will only work if your *entire* screen is 100% reactive, correct? As you will not be able to reference or call functions on a vm
ya I noticed that too. I don't see this approach as a scalable solution. This function is not doing much.
Very interesting! This simplification idea doesn't seem to be implemented in kickstarter/ios-oss repo. Is there any reason other than having other priorities ?
I can't speak for the current team, as I've moved on, but when I was there we wanted to explore this idea but the boilerplate wasn't substantial enough to make time for when weighed against other priorities :)