Join Slack
Powered by
Was about to say the same. Let's say you have this...
# announcements
m
marstran
03/09/2018, 2:53 PM
Was about to say the same. Let's say you have this:
Copy code
val k = functionWithSideEffect() aLazyFunction(k)
Then someone comes around thinking they can inline the
k
. Suddenly the side effect may not happen anymore.
Open in Slack
Previous
Next