if there is ever a 3.0, it would be nice to rename...
# orbit-mvi
k
if there is ever a 3.0, it would be nice to rename SimpleSyntax -> SimpleReducer. If you extract on a function, AS will generate this currently:
Copy code
private suspend fun SimpleSyntax<TaskScreenState, TaskScreenSideEffect>.addTaskReducer(
    onComplete: () -> Unit
) {
hmm....technically, that's not a reducer though... 🤔 but SimpleSyntax is an odd name for this too.
a
it stemmed from us having a ComplexSyntax 🤣, fortunately we removed that!
👍 2
😂 2