Join Slack
Powered by
If the function took a `() -> K` instead, it wo...
# announcements
m
marstran
03/09/2018, 2:55 PM
If the function took a
() -> K
instead, it would be clear that the side effect may not happen anymore.
aLazyFunction { k }
vs
aLazyFunction { functionWithSideEffect() }
Open in Slack
Previous
Next