Alxandr / SpotiFire

A project to make a SpotifyClient in C#
http://nudoc.azurewebsites.net/SpotiFire
40 stars 19 forks source link

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

Open ChrisBrandhorst opened 11 years ago

ChrisBrandhorst commented 11 years ago

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]
Alxandr commented 11 years ago

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