ikarenkov/Modo

State equality decision

Closed this issue · 2 comments

https://github.com/terrakok/Modo/blob/6aa70762c735376ac6866ab3c7de7b7a85ba3017/modo/src/commonMain/kotlin/com/github/terrakok/modo/NavigationState.kt#L6

Since data class has generated equals method, why not to rely on the fixed equality method of the Screen?

Another thought - do you want to expose data class in public API of this library?

At the moment, this is my experiment.
Please, use it only for education