You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't use a gaggle of primitive data type variables as a poor man's substitute for a class. If your data type is sufficiently complex, write a class to represent it.
The text was updated successfully, but these errors were encountered:
https://blog.codinghorror.com/code-smells/
The text was updated successfully, but these errors were encountered: