Murk's blog

By Murk, history, 6 years ago, In English

it may seem as a strange suggestion, but I would argue that showing the number of people solved a problem can affect your perception of the problem, in other words, it may force you to prejudge the problem difficulty,some people may say only 100 people solved the problem! it must be a difficult problem let's avoid it, others may say 40k people solved the problem, it must be naive boring problem, why isn't there an optional feature to hide the number of people solved a problem same as for tags, it is no big deal, but I think it would be nice to add such feature, and I think problem level (A-B-C-D-E...) could be enough, and it will be your choice anyway

  • Vote: I like it
  • -1
  • Vote: I do not like it

»
6 years ago, # |
Rev. 2   Vote: I like it +11 Vote: I do not like it

I don't think that would be popular opinion. But you could easily write a script for that! Here is the Code snippet that you can use to hide the number of people who have solved the problem:

$(".right").hide();

Here's how to run snippets: https://developers.google.com/web/tools/chrome-devtools/snippets

  • »
    »
    6 years ago, # ^ |
      Vote: I like it +8 Vote: I do not like it

    thank you very much, I do really appreciate that