In this post I will be talking about some practices that the refactoring.guru website recommends, more specifically, primitive obsession and feature envy. Primitive Obsession Signs and Symptoms Use of primitives instead of small objects for simple tasks (such as currency, ranges, special strings for phone numbers, etc.) Use of constants for coding…