thangchung/clean-code-dotnet

Primitive Obsession

phduarte opened this issue · 1 comments

In the Objects and Data Structures topic, it can be included this design pattern that treat the use of string, int, and so on, instead Classes for Name, Money, Email, Phone, etc.

reference:

https://refactoring.guru/smells/primitive-obsession

@phduarte I will have a look at the article. Feel free to do a PR if you think that's good for our community