kusumakar
Results
3
comments of
kusumakar
Initially I expected that [wartremover](https://www.wartremover.org/) will complain about the usage of `.get`, which surprisingly didn't, but the above code will fail during run time as it will do a `None.get`...
Sorry, my bad, I meant that the `lazy val` is checked for initialization (whether it is initialized or not) every time the variable is accessed, which is costly because we...
Sure, will submit the PR for this.