itdelatrisu/opsu

Suggestion for SoundController Class - Code Smell Detected

Opened this issue · 0 comments

Hi! I noticed that in the SoundController class have a Long Method code smell in playTrack method. You can "encapsulate" the segment of download file in a private method. This possible change let you reduce the difficult to understand and maintain this method for future versions.

Thanks for read my suggestion. Have a good day!