Joined February 2013
·

Jean Helou

Xebia
·
France
·
·
·

Posted to Easy Validation with Scala's Either over 1 year ago

You should check out the Try type to replace either for error handling. it has Success and Failure and try is biaised for success while either is unbiased forcing you to use left and right projections

Achievements
201 Karma
14,590 Total ProTip Views