Open ChrisBrandhorst opened 11 years ago
Check and cleanup all .cpp files, especially Playlist.cpp, by grouping methods & operator-overloads together in logical sections.
.cpp
Playlist.cpp
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.
Check and cleanup all
.cpp
files, especiallyPlaylist.cpp
, by grouping methods & operator-overloads together in logical sections.Sections should be annotated as follows: