it's nice to see googles samples finally moving in...
# orbit-mvi
a
it's nice to see googles samples finally moving in this direction! the thing i found interesting though is the inconsistencies between the different public functions... as an example looking at AddEditTaskViewModel, whether its the positioning of viewModelScope.launch or the state.update calls. don't get me wrong, the codes not incorrect, but it does tend to look messier. its one of the reasons we were strict with our API, forcing you to wrap your public functions in intent blocks - non-blocking by default, as well reduce only being accessibly internally
3
g
Yup I do also prefer you strick API, agree with you.