kkevlar / section-searcher

Project for CSC 308 and 309
1 stars 0 forks source link

Fix code smells in Section class #150

Closed bwlyday closed 5 years ago

bwlyday commented 5 years ago

Complete the task associated to this TODO comment. (line 15, Section constructor)

Refactor this method to reduce its Cognitive Complexity from 32 to the 15 allowed (equals method)

Merge this if statement with the enclosing one. (line 80, 92, 103 equals method)

Use indentation to denote the code conditionally executed by this "if" (line 103, equals method)