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

description does not match the antipattern #1

Open
BraindeadHermit opened this issue May 20, 2023 · 0 comments
Open

description does not match the antipattern #1

BraindeadHermit opened this issue May 20, 2023 · 0 comments

Comments

@BraindeadHermit
Copy link

in the NamingViolationExamples file there are some descriptions that do not actually correspond to the problem that indicates that specific antipattern, in fact if for example we look at the section dedicated to the examples for Method signature and comment are opposite, we see that the description provided is

"The name of an attribute suggests a single instance, while its type suggests that the attribute stores a collection of objects.",

while from the description of the antipattern present in the code example we find that in reality it is described as

"The method name or return type and comment contain antonyms"

the same problem is present in the section dedicated to Method name and return type are opposite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant