An interesting consequence of Scala 3's context functions is that since the parameter's name isn't chosen at the call site (it's implicit), it's often accessed using a helper method, and that method will have a consistent canonical name across codebases. That helps readability.
Luckily you still have the { implicit foo => ... } syntax in Scala 2, so in theory, that part of your upgrade should be just a matter of removing the lambda variable.
-
-
Indeed. But really excited about all the new toys coming with scala 3
-
Yes, I wasn't suggesting for a moment that you should stick with Scala 2! ;)
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.