438
you are viewing a single comment's thread
view the rest of the comments
[-] T156@lemmy.world 7 points 6 months ago* (last edited 6 months ago)

I imagine that they would. Text is trivially easy to store, and storing multiple versions would let them catch users who might edit away rule breaking they posted to avoid bans, but it's probably one of those internal tools.

From a data handling perspective, it'd be more efficient to handle edits by having a common id field, and an additional version/edit counter that increments --adding the edit like its a normal post-- , than it would be to edit data the usual way, since you don't have to go back over the whole database to find the comment, or worry about it falling out of sync if one copy of the database has the edit, and the other has the original.

You'd just need to fetch the comment by id, and the database entry with the highest version count to display it, which would be fairly easy to do.

this post was submitted on 23 Feb 2024
438 points (95.8% liked)

Technology

58132 readers
4453 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS