Reporting Quality Bugs

Quality of a bug is indispensable. In this blog post we will be discussing what a quality bug is and some factors that influence the quality of a bug. In a subsequent blog post I will be discussing what in my opinion would comprise a well documented quality bug. Please…

Covariance & Contravariance in Scala: Connecting Dots

In this post we will try to fathom the concepts of covariance and contravariance in bare bones. We won't be discussing the advantages and disadvantages of variance and things like that in this post. You can find better posts online. This post deliberately doesn't discuss real…