-4
I’m having doubts where I work, there are many projects with many different classes, and they use patterns that I didn’t learn in college.
Patterns like: DTO, Canonico, Entity.
Within these "formats" of classes, there are other classes that are Builders and converters (Dto pra Canonico, Canonico para Entity, Canonico para Dto)
One can explain further by sinking what these patterns are and how each class works(DTO, Canonica, Entity).
PS: The Entity I already know how it works, I just put to say everything we use here.