-
Recent Posts
Recent Comments
Archives
Categories
Links
Contact
Monthly Archives: September 2018
Compiler Hinting with Kotlin Contracts
Kotlin’s built-in null-safety makes it easy for us to write code that’s less error-prone and less susceptible to the unwanted and unexpected NullpointerException at runtime. We can do a lot to make sure it doesn’t happen, but sometimes there’s no way around … Continue reading