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
this is a prime example of magic numbers in the code; these numbers should be defined somewhere to impose some sort of meaning upon them + reduce code duplication
The text was updated successfully, but these errors were encountered:
ASong5
added
the
refactor
Something that needs refactoring (for readability, modularity, efficiency, etc)
label
Feb 23, 2024
this is a prime example of magic numbers in the code; these numbers should be defined somewhere to impose some sort of meaning upon them + reduce code duplication
The text was updated successfully, but these errors were encountered: