thangchung/clean-code-dotnet

Primitive Obsession

Open

#58 opened on May 24, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C# (6,652 stars) (1,041 forks)batch import
discussionhelp wanted

Description

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

Contributor guide