Tag: covariance
-
Co- and Contravariance in Kotlin From an Introductionary Domain Level Perspective
by
Covariance and contravariance are properties of type systems of programming languages. They can be pretty intimidating words for a software developer who just wants to implement user requirements. In this article I approach the meaning of these two properties in Kotlin from a domain level perspective. It was part of an internal small workshop on…

You must be logged in to post a comment.