issues
search
mlutze
/
fcwg
Other
6
stars
3
forks
source link
principles for options
#29
Open
mlutze
opened
2 years ago
mlutze
commented
2 years ago
Option meant for recovering from
null
, don't allow on constructors or primitives
Result meant for recovering from exceptions; can happen
anywhere
so allow on all methods and constructors
Can a
Unit
function be Pure?
mlutze
commented
2 years ago
Output should always compile?
null
, don't allow on constructors or primitivesUnit
function be Pure?