Technical Practice: Objects avoid Primitive Obsession
I have a GitHub project FluentTypes [https://github.com/Fyzxs/FluentTypes] which I've written about before [https://quinngil.com/2018/03/11/uobjects-fluent-types/]. The goal is to avoid the problems of Primitive Obsession. We want to represent what we're thinking. After working in MicroObjects style and…