Core functionality should have tests. Property based testing would be really cool. (e.g. à la QuickCheck) Resources: - https://kotlinlang.org/api/latest/kotlin.test/index.html - https://resources.jetbrains.com/storage/products/kotlinconf2018/slides/4_Best%20Practices%20for%20Unit%20Testing%20in%20Kotlin.pdf - https://proandroiddev.com/on-kotlin-a-unit-test-conversion-guide-71e0597bb45d - https://github.com/kotlintest/kotlintest
Core functionality should have tests.
Property based testing would be really cool. (e.g. à la QuickCheck)
Resources: