|
|
|
|
|
by lmm
517 days ago
|
|
> There's nothing at the call site that tells you what is happening. A decent IDE highlights it at the call site. It's definitely an abusable feature, but I find it very useful. In most other languages you end up having to have completely invisible parameters (e.g. database session bound to the thread) because it would be too cumbersome to pass them explicitly. In Scala you have a middle ground option between completely explicit and completely invisible. |
|
I eventually opted to desugaring the scala completely, but we were already on the way out of scala by that point