We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In
blog/_posts/2014/apr/2014-04-27-typical-mistakes-in-java-code.md
Line 110 in c280b45
Additionally, method names shouldn't start with a verb.
Example has verb as first word, something is wrong here.
Only JavaDoc comments start with 'can.'
They do not start with 'can', they start with class name.
start with can.Only
can
Space is missing
It's important to start the first sentence of your JavaDoc with the name of the class you're testing followed by can
Should be Javadoc. Moreover, do you think that word cannot is acceptable instead of can in Javadoc?
Javadoc
cannot
The text was updated successfully, but these errors were encountered:
The fact that this issue had been sitting here for so long was bugging me, so I thought I'd do something about it... 😃
Sorry, something went wrong.
Merge pull request #189 from pa9ey/patch-2
0a008fb
Possible fixes for #102
@mkordas Should be pretty much fixed now. :)
No branches or pull requests
In
blog/_posts/2014/apr/2014-04-27-typical-mistakes-in-java-code.md
Line 110 in c280b45
Example has verb as first word, something is wrong here.
They do not start with 'can', they start with class name.
Space is missing
Should be
Javadoc
. Moreover, do you think that wordcannot
is acceptable instead ofcan
in Javadoc?The text was updated successfully, but these errors were encountered: