So now picture that: deep inside your app, you hav...
# random
c
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