-10

Often when writing meta posts, you are referencing values such as upvotes, downvotes, and views from other questions. This results in lots of "at the time of writing" and "currently", rather than their exact current values.

A potential solution would be to add some way of referencing these values, using some formatting, e.g., maybe $stackexchange.codegolf.q.231022.views would return the number of views from Recursive Z-matrix, format in reference to Unix-based variables.

Another potential formatting option: %se.codegolf.q.231022%.getViews, which would return the same as the other. Also an option, you could have after getViews (if you use the get one), could be replaced with getViews(), and maybe even a time period within the parenthesis (as in programming getters).

Other variations are of course possible, and would make sense as well. Whatever would make most sense to the community as a whole.

Also, you could replace views or getViews with upvotes, getUpvotes, or upv/getUpv, and similar for downvotes (dnv, etc.).

6
  • 9
    What is the value of having "live update" for these numbers? Often when writing meta posts we are trying to make a more general point the exact number of upvotes/downvotes/views/etc.
    – VLAZ
    Commented Jul 7, 2021 at 9:56
  • 10
    A lot of the time it makes sense to have these values as they were at the time of posting and live updates could make the question not make sense when asking about specific cases. Commented Jul 7, 2021 at 10:02
  • 1
    Live updating could also drastically alter the meaning of a post and invalidate existing answers. Commented Jul 7, 2021 at 10:04
  • 5
    Image a post with zero views and the OP asks "why does nobody look at my Q". The post might get a lot of views later. Commented Jul 7, 2021 at 10:07
  • @samcarter_is_at_topanswers.xyz That actually really changed my mind on the situation. THank you for writing this, it makes a huge difference to my perspective. Commented Jul 7, 2021 at 10:11
  • @CATboardBETA You're welcome! Commented Jul 7, 2021 at 10:32

1 Answer 1

11

Live updates would have the risk of drastically changing posts and potentially invalidating existing answers.

As a silly example, a users might ask

Why does nobody look at my question, it only has 1 view

Over time this could become

Why does nobody look at my question, it only has 10000000000000000 views

0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .