Help Yourself and the Compiler with Contracts

Mar 21, 2019 · 5 min.
kotlin

In the world of Kotlin, contracts represent a deal between the developer and the compiler. As a developer you can share insight of your code with the compiler and it can use this extra info for better code analysis.