OOption vs Either (Part 3)
06/26/2019 — 3 Min Read — In SoftwareDesign, Refactoring
This post is the last one of the Option vs Either trilogy. In the first post, I introduced the Option type and why it should be used over null. In the second post, I introduced the Either type and…