-
Recent Posts
Recent Comments
Archives
Categories
Links
Contact
Monthly Archives: March 2018
Kotlin properties – from basic to lazy
Kotlin has many things going for it, with one of the main qualities being its built-in null-safety. This guarantees that properties will always have a non-null value at runtime, greatly reducing the risks of coding errors and NullpointerExceptions. In languages … Continue reading
Posted in Blog, Kotlin
Leave a comment