I really like the reviews section for module reviews. To me it is much better than cpanratings, as it has discussion, which puts a reviewer's comments in context. Cpanratings does not even have the module author's right of reply. I have an issue with this with one of my modules, but I digress.

My issue concerns updating reviews I have written in the past. An extreme hypothetical case is a module which I have written a review of X::Y praising it as the best thing since sliced bread. But I now want to replace it with a review saying that the module X::Y sucks and you should really be using X::Z instead.

I have so far contributed 3 module reviews to PM, and I have updates I would like to apply to all of them. My problem is that I am not sure if I should replace what I wrote previously with a new review, or whether I should leave the original reviews intact, following my own guidelines for updating an existing node.

The first approach leads to something which is more immediately readable to someone using the review as a reference, but much of the discussion is probably no longer relevant as it pertained to the original review.

This brings to mind the fruits of some beer fuelled discussion at a London.pm meet, about two dimensional wikis (this was vapourware, we didn't get as far as turning the idea into code). For each root node in the wiki, one axis is the tree of discussion threads, and the other is the root node's revision history. When going to each revision, appropriate discussion threads would be displayed - appropriate to the particular revision. Being a wiki, the restrictions on who can edit were not applicable (each discussion node would also have a complete revision history).

Whilst I think that the 2D approach is probably not appropriate for PM, I am wondering if there is some way of laying out a review, which does not detract from the clarity, but does not invalidate the prior discussion.

I wonder whether a solution to this this could apply to other sections of the monastery, like the Code Catacombs and Tutorials.

--
I'm Not Just Another Perl Hacker


In reply to Maintaining module reviews by rinceWind

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.