Done with Chapter 7: Requirements as types
In this chapter, we designed a problem with data types. Got to know some wonderful ADTs (Algebraic Data Types) like newtype, sum type with which interconnected requirements can be designed easily. Did Scala exercises on Option, Either, case class, enum, opaque type, case-match etc.
— Jul 26, 2025 07:27AM
Add a comment