Alxandr / SpotiFire

A project to make a SpotifyClient in C#

Home Page:http://nudoc.azurewebsites.net/SpotiFire

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cleanup of .cpp files by grouping methods & operator-overloads

ChrisBrandhorst opened this issue · comments

Check and cleanup all .cpp files, especially Playlist.cpp, by grouping methods & operator-overloads together in logical sections.

Sections should be annotated as follows:

[code]

//---------------------------------------------
// Section description, e.g. 'Operator Overloads'

[code]

The section-description should be in plain english, no hypens-string or variable-names. Also, every first letter in a word should be capitalized.