Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Digitec
digitec-wiki
Wiki
smells and heuristics comments
smells and heuristics comments
· Changes
Page history
rcabral created page: smells-and-heuristics-comments
authored
Mar 22, 2014
by
Rene Cabral
Hide whitespace changes
Inline
Side-by-side
smells-and-heuristics-comments.markdown
View page @
24ae6254
...
@@ -24,7 +24,7 @@ A comment is redundant if it describes something that adequately describes itsel
...
@@ -24,7 +24,7 @@ A comment is redundant if it describes something that adequately describes itsel
```
java
```
java
i
++;
II
increment
i
i
++;
//
increment i
```
```
Another example is a Javadoc that says nothing more than (or even less than) the function signature:
Another example is a Javadoc that says nothing more than (or even less than) the function signature:
...
...