ColmanOB/SessionBuddy

KeywordSearch class needs to be refactored

Closed this issue · 3 comments

This class has methods that contain lots of duplicate code and are too long.

Some of the common functionality needs to be extracted to private helper methods which can then be called by the public methods.

The searchTunes and searchDiscussions methods are all refactored.

The searchEvents, searchSessions and searchRecordings still need to be refactored.

searchEvents is now also refactored.

All methods in scope here are now refactored.