Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding tommy-muehle/go-mnd #476

Open
atc0005 opened this issue Jan 19, 2022 · 0 comments
Open

Consider adding tommy-muehle/go-mnd #476

atc0005 opened this issue Jan 19, 2022 · 0 comments
Assignees
Labels
Milestone

Comments

@atc0005
Copy link
Owner

atc0005 commented Jan 19, 2022

Description:

go-mnd - Magic number detector for Golang

A vet analyzer to detect magic numbers.

What is a magic number?
A magic number is a numeric literal that is not defined as a constant, but which may change, and therefore can be hard to update. It's considered a bad programming practice to use numbers directly in any source code without an explanation. It makes programs harder to read, understand, and maintain.

refs https://github.com/tommy-muehle/go-mnd

@atc0005 atc0005 added enhancement New feature or request linting labels Jan 19, 2022
@atc0005 atc0005 added this to the Future milestone Jan 19, 2022
@atc0005 atc0005 self-assigned this May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant