Earlier quoted context omitted.
I don’t care about the downvotes but I hate when people make misguided attempts to “improve” old answers. The most recent was someone who went in and removed use of the word “you” as an attempt to “depersonalize” the answer. There was some kind of recognizable idea behind the edits, but the user’s changes mostly just damaged the readability and made the answers more convoluted. The editor argued with me and linked to…
Decline the edit suggestion or roll back if the edit is not an improvement. You don't have to argue here for edits that are not obvious and clear improvements. If the user repeats these edits, just flag for mod attention. Edit wars can be stopped easily by diamond moderators.
Saying goodbye to Stack Overflow
71–80 of 352 posts
Re: Saying goodbye to Stack Overflow
#72My favorite is people downvoting and arguing about answers I posted over a decade ago. "Yeah, I know that's not how you'd solve a problem in Python today. It was a good answer in 2011 when I wrote it. How bored are you, exactly, that this is how you want to spend your days?"
I think this could easily be solved by removing the ability to vote on anything after X number of time units.
Re: Saying goodbye to Stack Overflow
#73Re: Saying goodbye to Stack Overflow
#74I wonder if the amount of reputation had an outsized effect. I do the same thing for questions I ask, but did not receive any similar treatment. I did accumulate quite a number of reputation from answering spree 5 years ago (slightly over 5K). I do not mod or police ever, but I just reopened a few questions that I think is worthy for the effort - I probably should do more of that to offset the overzealous folks if I…
Re: Saying goodbye to Stack Overflow
#75Earlier quoted context omitted.
Decline the edit suggestion or roll back if the edit is not an improvement. You don't have to argue here for edits that are not obvious and clear improvements. If the user repeats these edits, just flag for mod attention. Edit wars can be stopped easily by diamond moderators.
I did roll back, and the user started an edit war with me and I flagged it for moderator intervention. I didn’t see a response from a diamond mod.
Re: Saying goodbye to Stack Overflow
#76It's disappointing that Reddit is now the go-to for answers. The language subreddits get flooded with questions akin to "where am I missing a semicolon?" and any interesting discussion or articles get drowned out.
Re: Saying goodbye to Stack Overflow
#77Using StackOverflow for 13 years, 161 answers, 62 questions. ~1.9M people reached. I am confirming S.O. is toxic. Multiple times I asked questions that have been closed. I'm the founder of Ruby students community, there are ~2K folks. And I do not recommend them to ask questions on S.O., since the the atmosphere S.O. created is discouraging.
Honestly, it seems like this reflects the programming environment fairly well. Most devs will be more than happy to answer questions and help. However, if you have done nothing you cannot be helped.
I worked with a guy who gave up easily and was frustrated, but he refused TO READ. I would try to help him and would quickly realize our knowledge gap was so significant that I would need to provide reading materials for him, but he wouldn't read them.
I have been building applications as solo dev for years at a midsize company and I have never encountered anything that wasn't already answered on SO or on reddit/github.
Re: Saying goodbye to Stack Overflow
#78Earlier quoted context omitted.
Do you have a link to the rule about asking questions with only a "single correct answer"? Out of curiosity, I tried digging around and couldn't find references to that kind of rule.
> If your motivation for asking the question is “I would like to participate in a discussion about ______”, then you should not be asking here. https://meta.stackexchange.com/help/dont-ask "List question" is meta jargon on stackoverflow that longtime users will understand. It falls under these "open ended" questions, hence why OP's question was closed as "primarily opinion-based" - IIRC it used to have its own close…
I'll be honest, I mainly knew what the answer to your question would be, but I tried to put myself in the shoes of a newer user trying to understand what questions a person should ask on SO and was curious of maybe things were different.
And the answer appears to still be some form "you won't know until it's closed".
Re: Saying goodbye to Stack Overflow
#79It's disappointing that Reddit is now the go-to for answers. The language subreddits get flooded with questions akin to "where am I missing a semicolon?" and any interesting discussion or articles get drowned out.
Reddit has it's own moderation problems. I've been banned from more sub-reddits in the last 6 months than the proceeding 14 years I've used the website. The internet is fast becoming a collection of digital-fiefdoms.
That said, Reddit has become very ban happy.
Re: Saying goodbye to Stack Overflow
#80I think a common misunderstanding about Stack Overflow is that it's a place to get your questions answered. It's not - that's only a secondary use case. The primary purpose of S.O. is to produce a searchable corpus of answers with few duplicates and pretty high-quality answers. They're optimizing for being the first google result for "how to do X in Y language." They're not optimizing for being the best place for an…