badoo / MVIKotlin

Extendable MVI framework for Kotlin Multiplatform with powerful debugging tools (logging and time travel), inspired by Badoo MVICore library
https://arkivanov.github.io/MVIKotlin
Apache License 2.0
826 stars 66 forks source link

Describe Results and Labels in more detail in the documentation #207

Closed arkivanov closed 3 years ago

dalewking commented 3 years ago

I think Labels is a confusing name, I call them Events as they say an event occurred but do not affect the current state

arkivanov commented 3 years ago

Event is usually used by View, to avoid clashing I came up with Label naming. Another variant was Effect, but Label won as more neutral.

arkivanov commented 3 years ago

Closed via #214