This talk will explore the use of Scala as a scripting language, replacing the Bash and Python scripts common throughout the industry.
Don't miss out on this opportunity to connect with Scalar community and create lasting memories!
In this talk, we will walk through a concrete example of a boilerplate-heavy domain. By replacing common Scala 2 workarounds with Opaque Types, Extension Methods, Enums, and Union Types, we will demonstrate how to achieve a strictly typed, decoupled architecture without the noise.
When writing software, we currently seem to have to choose between an imperative style - easy to read and write, hard to reason about - and a monadic style - hard to read and write, easy to reason about.This talk is about being greedy and getting the best of both worlds, because we deserve it.
In my talk I will argue that we can do much better by relying in a systematic way on types and capabilities.