Category – SoftwareDesign, Refactoring
1 post tagged with "SoftwareDesign, Refactoring" (See all categories)

OOption vs Either (Part 3)

06/26/20193 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…