This code smell is given by the abusive use of primitive types when modeling our classes.

Writings
A collection of in-depth articles exploring frontend development, testing strategies, and Git workflows, providing insights and practical tips for developers.
Library that will help us with the handling of dates in JavaScript.
In this post we will see what the named arguments are and how they can help us to make code cleaner.
How to use media queries and custom props inside our Styled Components in React with Typescript.
This property will allow us to capitalize, upper case and lower case any text using CSS.
Tip to improve the readability of our code. We will achieve this by using guard clauses which will help us avoid this IF nesting.
Learn how to add styles to an ordered list in HTML5 using CSS3.
How to add translations to a project built with React.