
#23 The Modern Java Platform - 2021 Edition
Happy Path Programming
00:00
The Unforgiving Syntax of Underscore Equals in Scala
Scala has a weird syntax that allows you to use the identifier space equals. The only place I can see using this is when you have mutable values underneath the covers in an object. It's there to support the object functional hybrid system. So you can do it if you want to, but we're discouraged from it.
Transcript
Play full episode