Quiz: CBV or CBN?
In this lesson, we will take quick quiz to better understand CBV and CBN.
While Scala’s default evaluation strategy is call-by-value, call-by-name can be enforced using =>
. Hence, it is important to know when to use CBV and ...
In this lesson, we will take quick quiz to better understand CBV and CBN.
While Scala’s default evaluation strategy is call-by-value, call-by-name can be enforced using =>
. Hence, it is important to know when to use CBV and ...