ucsb-cs56-projects / cs56-scrapers-ucsb-curriculum

-
1 stars 12 forks source link

Remove trivial comments #33

Closed MadRubicant closed 7 years ago

MadRubicant commented 8 years ago

Many methods have comments like // To return the total number at the end int num_lectures = 0; This type of comment actually lowers the readability of the code. Generally, javadoc summary comments and variable/method names are enough documentation. Remove (or add) comments as needed to improve the readability of code.

75 pts

MadRubicant commented 8 years ago

F16 OK (75 pts)