4

devRant Experiment:

if (abovePost().plusPlusCount > thisPost().plusPlusCount) {
thisPost().plusPlusCount++;
}
else if (belowPost().plusPlusCount < thisPost().plusPlusCount) {
thisPost().plusPlusCount--;
}

Comments
Add Comment