ncss-2014-group-3 / word-by-word

Group 3's word at a time social network
7 stars 4 forks source link

Fixed some bugs and implemented vote removal #42

Closed nhardy closed 10 years ago

sysr-q commented 10 years ago

What bugs did you fix? Better to be explicit, since there are a few commits here. Also maybe split things like vote removal (in the future, at least) into their own feature branch. git checkout -b feature-branch, git push -u origin feature-branch, etc. Easier to follow that way.

nhardy commented 10 years ago

One in particular was submitting words on a story less than 5 words long causing an uncaught exception.

Mause commented 10 years ago

How to fix; http://stackoverflow.com/a/15541689/1433288 What does it mean to cherry pick; http://stackoverflow.com/a/9339460/1433288

Mause commented 10 years ago

...guys?

nhardy commented 10 years ago

I'll work out something...