Replace Magic Numbers with Named Constants as identified by detekt #90
Labels
feature
New feature or request
good first issue
Good for newcomers
hacktoberfest
Included as a part of Hacktoberfest
help wanted
Extra attention is needed
refactor
Refactor code to improve quality
Terms
Description
Linting issues have been identified by Detekt due to Magic Numbers across the codebase. Magic numbers are when numbers are used in certain code lines within the definition of what that number means.
Example:
Before fixing:
After fixing:
These can be identified across the code by the following steps:
Contribution
I would love to work on this and am more than willing to help anyone solve this issue. 😄
The text was updated successfully, but these errors were encountered: