asdfang / HarmonizeMe

Web app to make chordal harmony to accompany a user sung input
https://asdfang.pythonanywhere.com
0 stars 0 forks source link

Comments/documentation Mostly done. Not quite #1

Open interactiveaudiolab opened 7 years ago

interactiveaudiolab commented 7 years ago

Every file should have a string at the top that says what the file/class is for/contains.

Every description of a method/function should explain what are the expected types of data you'll take as input and give as output. It's helpful in a weakly typed language to make that explicit in the documentation, since it is 100% certain your code is expecting it.