View Poll Results: How do you indicate edits in your posts?

Voters
25. You may not vote on this poll
  • [edit] text [/edit]

    5 20.00%
  • Some consistent style, like EDIT: text

    13 52.00%
  • Inconsistently, but edits are typically indicated.

    2 8.00%
  • I just add the text in, without any annotations.

    3 12.00%
  • It varies.

    2 8.00%
  • I don't edit my posts.

    0 0%

Thread: [edit] Edit tags? [/edit]

  1. #1
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057

    [edit] Edit tags? [/edit]

    I always put my edits inside "edit" tags. That is, my first edit will look like this:
    [edit] Edit 1. [/edit]
    Then this:
    [edit=2] Edit 2. [/edit]
    then
    [edit=3] Edit 3. [/edit]
    And so on.

    Is there any chance that this forum will ever recognize [edit] tags like this? Does anyone else do this? Or is this a lost cause?

    I suppose this should be a poll. Okay, now it is. Vote for edit tags!
    Last edited by dwks; 06-27-2007 at 01:08 PM.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  2. #2
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    Yay! Edit tags ftw!

  3. #3
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    I usually declare an edit block... like:

    EDIT:
    /* post script stuff edited in here */
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  4. #4
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    I'd use edit tags for major edits if it was available, but I don't think it's worth the effort unless it is an available feature with the forum software.

    Right now I generally use something like laserlight's version for major edits, and I small edits I don't indicate.

  5. #5
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Even though I voted for edit tags, and I usually do use them, I don't indicate extremely trivial edits. Like spell-checking. [edit] See the first post. [/edit] And I don't always indicate when I remove text (usually because it's wrong ). But whenever I add information, it's usually indicated.

    Anyway, I was just curious. I'm sure there are as many edit styles are there are members.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  6. #6
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    I usually just say edit: whatever

    I really don't see what purpose actual hardcoded edit tags would serve.

  7. #7
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    I don't know why I do it, I just do. I just wanted to see what other people thought about edit tags. You're right, they don't really make sense -- if the board went to all of the trouble to allow edit tags, it could add them in itself. It could put a box around added text, etc.

    Also, I forgot to mention. I don't usually edit my posts to add new information if someone has posted after me.

    Something else I've always wondered about: when does the "last edited by user" text appear? I was told that it appears if someone saw the un-edited version. But that doesn't make sense, because I've edited posts before without "last edited by dwks" appearing, and had people comment on the un-edited version.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  8. #8
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    I think that it appears after a short grace period of a few minutes after you post whereby you can edit your post and have "plausible denialability" that it was not edited.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  9. #9
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Mmm, that's what I thought too . . . but how long is "a few minutes", exactly?

    [edit] Not that it matters too much. But after all, http://cboard.cprogramming.com/showp...78&postcount=5. [/edit]
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  10. #10
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    More than a couple and less than a bunch?

    You can try looking at the vbulletin site for more information. I believe it's part of that software.

  11. #11
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Looks like 5 minutes might be the default. http://www.vbulletin.com/forum/showthread.php?t=143822
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  12. #12
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    The boards should really have some sort of revision control system so we can view changes and make fun of people when they say stupid things.
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

  13. #13
    For Narnia! Sentral's Avatar
    Join Date
    May 2005
    Location
    Narnia
    Posts
    719
    I usually just add text without adding anything else. It says when you edit your post at the bottom, so I don't see a need to add anything else.
    Videogame Memories!
    A site dedicated to keeping videogame memories alive!

    http://www.videogamememories.com/
    Share your experiences with us now!

    "We will game forever!"

  14. #14
    Registered User
    Join Date
    Sep 2001
    Posts
    752
    Edits should be used for small typographical correction, and nothing more. Trying to edit a forum post is like trying to rewrite an email that was already responded to.

    People replying to your post depend on the assumption that the meaning of your post will not change while they are posting.
    People reading the thread rely on the assumption that the posts occur in chronological order, and that they are replying to each other in that order.
    People checking replies on a thread rely on the assumption that new information appears at the bottom.

    Consider posts where someone asks for code, and posts their source.
    The next person replies by pointing out a problem.
    The original uses edit to partly fixes his code. And asks about a new problem in it.

    Now the second post has lost its context, and is meaningless. You might as well delete all posts in a thread that occur after an edit like that.

    I use the edit feature, but I really think it shouldn't be there at all.
    Callou collei we'll code the way
    Of prime numbers and pings!

  15. #15
    Registered User
    Join Date
    Sep 2001
    Posts
    752
    And if you do intend to modify the meaning of your post... hypothetically by mentioning a point that you had forgotten to bring up, there's no downside to just making another post.
    Callou collei we'll code the way
    Of prime numbers and pings!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How can I send a text string to an edit control
    By marc74 in forum Windows Programming
    Replies: 5
    Last Post: 01-06-2005, 10:14 PM
  2. setting fixed floats in edit box
    By WaterNut in forum Windows Programming
    Replies: 4
    Last Post: 08-13-2004, 09:13 AM
  3. Rich edit
    By Garfield in forum Windows Programming
    Replies: 10
    Last Post: 07-10-2002, 04:08 PM
  4. Edit Control problem
    By Malek in forum Windows Programming
    Replies: 3
    Last Post: 06-16-2002, 01:12 AM
  5. Controlling an edit control
    By master5001 in forum Windows Programming
    Replies: 2
    Last Post: 10-16-2001, 03:08 PM