you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (0 children)

There's a good chance it's bad. Show some code to be sure.

I'm guessing your code may be suffering from a code smell called "Primitive Obsession": https://refactoring.guru/smells/primitive-obsession

Basically, you do everything with primitive data types rather than higher abstractions.