shotvibe / shotvibe-web

ShotVibe REST API webservice
1 stars 0 forks source link

Issue #8. For the member list of each album: keep track who of who added... #16

Closed benny-shotvibe closed 11 years ago

benny-shotvibe commented 11 years ago

... each user

benny-shotvibe commented 11 years ago

Overall this looks good, I haven't tested it yet, once I do I'll merge it, but there are a few comments I have (mostly about aesthetic issues)

I will make some inline comments in the commit. I realize that these issues may seem superficial and unimportant, but I think one of the best features of git is that it allows you to keep a clean history, and this makes working with evolving code bases much more pleasant and efficient. Even if this means that committing code takes more time, I think it's worth it overall.

Also, it's probably a good idea to have some good tools that help you do clean commits, the git command line interface is not suitable for my tastes for things like viewing diffs.

So please fix these issues up and then I'll merge (you can do a commit --amend and then force push)

benny-shotvibe commented 11 years ago

This was implemented in a different pull request: #19