|
|
|
|
|
by spiderxxxx
849 days ago
|
|
> /*
> * Determines the GitHub tag for the given project.
> * @param project the project for which to determine the GitHub tag
> * @return the GitHub tag for the project
> */
> private String determineGitHubTag(Project project) { Here's a sample of the crap you get, for 3000+ files, multiple comments per file, all this inane, that anyone with two brain cells could figure out just by reading the name of the function. If the project didn't already have these sort of comments, then adding them now is a choice that the maintainer of standards would have to make, not some random contributor. |
|