Issue 71: separated count votes functions#72
Issue 71: separated count votes functions#72edegeyer wants to merge 1 commit intoshellfly:masterfrom
Conversation
|
@edegeyer The changes break backward compatibility and also introduce duplicate code. I would like to do it like this: Also, at first this project doesn't support down vote, that's why the default counts up actions. The README is not updated, do you think mention it in document is better than add two extra methods? |
|
Mentioning this in the README would definitely help, because for example I wasn't aware about it, as the action "DOWN" occurs and Downvotes can be stored/made. |
|
@edegeyer There are two fields |
#71 implementation of the suggested changes