Removing "+" before number of upvotes would be good? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

Removing "+" before number of upvotes would be good?

With the recent update, like/dislike sign changed to upvote/downvote. It's just like Stackoverflow and it's good. But, I think it would be better if there is no "+" sign before the number of upvotes. What do you say? Update Information: https://www.sololearn.com/discuss/332552/?ref=app

21st Apr 2017, 11:37 AM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
9 Answers
+ 20
I like the "+" sign ...It indicates positivity
21st Apr 2017, 11:53 AM
Nikhil
Nikhil - avatar
+ 12
What about negative votes?
21st Apr 2017, 1:53 PM
Jafca
Jafca - avatar
+ 11
I'm thinking along the lines of: if (num_vote == 0) { num_vote.printxy(x.auto(), y.auto()); } else { num_vote.printxy((x.auto() + 0.5), y.auto()); }
21st Apr 2017, 1:42 PM
Hatsy Rei
Hatsy Rei - avatar
+ 10
@Very Hard, @Nikhil : But the "+n" is not properly aligned. And, I think that removing the "+" gives a better appearance than changing the alignment. The "+" suited for like/dislike though.
21st Apr 2017, 11:58 AM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 9
keep "+" sign no need to remove
21st Apr 2017, 11:42 AM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 7
everything is fine. I don't mind these things
21st Apr 2017, 1:38 PM
Siddharth Saraf
+ 7
@Jafca (I'm Lazy to reverse ;-;) Maybe something like 0 minus with 10 (0 - 10)
21st Apr 2017, 1:54 PM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 6
But It's sexy!
21st Apr 2017, 12:00 PM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 1
As a possible option without the mark ('-' or '+') but colored
27th Apr 2017, 11:59 AM
Alex Snaidars
Alex Snaidars - avatar