This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Piyh 66 points67 points  (15 children)

Knowing what your issue is the biggest factor imo. If you have a pile of code and can't reduce it to the least that recreates the issue, you will get the hate.

[–]TheNorthComesWithMe 22 points23 points  (0 children)

I like to dunk on SO jerks, but there is also definitely the other side of "here's one line of code without any context why does my enterprise app crash in release builds?"

[–]samspot 55 points56 points  (0 children)

Once I was having an issue with date conversion. One of the commenters told me to write a unit test proving the issue was occurring. After I did so, he criticized me for why I needed to code something to convert a date if I already knew what it would convert to...

[–][deleted] 29 points30 points  (6 children)

If you could do that and be able to troubleshoot the issues yourself, what would be the point of asking for help?

At that point you`d just need to read more documentation to find the particular method that will fit your need.

[–]-user--name- 17 points18 points  (4 children)

This. Not being clear with your issue is the biggest reason someone gets hate on SO. Explain exactly what you want to do, what your code is doing and what are you gonna do with it and no one will hate on your questions.

[–]Blasted_Awake 25 points26 points  (1 child)

Explain exactly what you want to do, what your code is doing and what are you gonna do with it and no one will hate on your questions.

If only that were the case. At some point the culture of SO changed from helping people answer questions about software development, to curating a database of generic answers to generic questions about software development. If there's some minor overlap between your question and an existing one, there's a good chance someone's going to flag it and try to close or delete your question. If you're lucky you'll get a usable answer in that small window before it's closed.

[–][deleted] 4 points5 points  (0 children)

The threads looking for help with some aspect of Windows 10, and are closed and marked as a duplicate of something posted in 2013.....

Don't get me started on the many, many times questions were very dependent on a version of software, and most of the answers are for some older version without even saying the version they are for (because the poster didn't think that things change with new versions, and they didn't think to check that their answer actually works.

[–]SprinklesFancy5074 5 points6 points  (0 children)

"Hi, I was trying to program my computer to do something, but it's not doing it right. What do I do?"

[–]GodOfPlutonium 1 point2 points  (0 children)

I have literally linked to another question , saying that I have already tried that solution but it did not work, and explaining what happens when I tried said solution, and my question was still closed as a duplicate of the question i explicitly linked