|
|
|
|
|
by kstenerud
4619 days ago
|
|
In that case, would it not make sense to have metadata associated with a particular section, detailing the final consensus and how it was reached? Kind of like a comment describing a non-obvious section of code. Otherwise you have the equivalent of telling someone "Before you modify this code, look through the entire git history to see why it's the way it is today". |
|
As a low-tech solution, you can actually put HTML comments in the source code, which people occasionally do, but it doesn't seem to be a very well-known option. <!-- Do NOT change birth date to XX/XX/XXXX, see talk page --> kind of things sometimes appear in the source. I haven't seen them used for longer discussions, though, just one-line "hey, watch out before you do X" things.
On contentious articles with a long history of debate people will sometimes write a summary on the talk page, so you don't have to read through the whole history of the discussion. On most articles, though, the talk page isn't huge, so I find it easy to glance at before making changes.