Needless complexity: Using multiple terms to describe the same concept


Needless complexity: Using multiple terms to describe the same concept.

I often see this in code reviews.

For example, code may use all these words to describe a user:

user
account
customer

The solution is simple. Pick one.

View original on X