In Defence of Mocks
I’ve been using mocks throughout my whole career, and I can hardly imagine life without them. So let me antagonize a good chunk of the Scala community by trying to defend these poor little objects. Voytek Pituła (@Krever01) |
Learn how to package your Scala application with ease
Meet sbt-assembly, sbt-native-packager, sbt proguard, and check how to handle scala-cli. Yadu Krishnan (@yadukrishnank) |
Why on earth a ZIO IO monad for Scala?
It turns out that composition of pure functions and equational reasoning are a couple of very important things in practice that we lose due to impurity. But what are those things and why are so important? In this article we will try to answer that question by discussing some practical examples. Americo Vargas |