Join Slack
Powered by
So now picture that: deep inside your app, you hav...
# random
c
cedric
04/03/2017, 9:27 PM
So now picture that: deep inside your app, you have
getPort() = 1234
. One day you decide “Ok now this comes from a config fille`. With
Reader
, your function is now
getPort() : Reader[C, Int]
and you need to modify
all the callers
Open in Slack
Previous
Next