6 ms·
I always wondered why reddit decided to make that inextricable link. Any insight on why post titles aren't editable? I thought maybe it's a database optimizati
by greyskull 4y ago
I always wondered why reddit decided to make that inextricable link. Any insight on why post titles aren't editable?
I thought maybe it's a database optimization, but it could also just be an unfortunate design decision.
- markstos 4y agoBesides technical reaosns, it could be to avoid bait-and-switch schemes, where a lot of engagement is built around one headline, and then it's changed to something with a completely different meaning.
- TwelveNights 4y agoI've always thought that Twitter adopted the same line of thinking, preventing tweets from being editable.
- jedberg 4y agoI think it twitter's case it was architectural. By treating tweets as immutable the could publish them on a pipeline and not worry about duplicate copies around the system being out of sync.
- mattnewton 4y agoThat and early on it used sms as one of the interfaces, which is not editable.
- jedberg 4y agoThey could always send another SMS with the edit. :) But yes, that too. The whole system was designed around SMS which couldn't be "unsent".
- fortran77 4y agoIt's to prevent tweeting "LIKE this if you like Ice Cream" and then editing it to say "LIKE this if you like pedophilia" Nobody would ever Like/Retweet anything if it could be changed later.
- jedberg 4y agoWe added titles to the URL for SEO purposes -- Google told us that search terms in URLs rank higher. That's why all the blogging software puts the post title in the URL. Fun fact that, it's actually optional on reddit. You can put anything you want there and it will still work. These two are the same: https://old.reddit.com/r/antiwork/comments/v3ae16/rantiwork_on_the_rise_the_movement_grows/ https://old.reddit.com/r/antiwork/comments/v3ae16/rantiwork_... https://old.reddit.com/r/antiwork/comments/v3ae16/grayskull_is_the_best_person_ever/ https://old.reddit.com/r/antiwork/comments/v3ae16/grayskull_... The reason we made you unable to edit titles is to avoid the bait and switch. Getting a bunch of upvotes and then changing it. If you want to say, "well how about in the first five minutes" our counterargument was, "just delete the post and make a new one". It kept the software simpler.
- cultartawayyyi 4y agoA lot of MVC sites do this - it's descriptive to both humans and robots. If a URL ends with something like "/1234-content-goes-here", you can often shorten it to "/1234" and get a successful redirect.