Answer question on stack overflow

>answer question on stack overflow
>indian guy answers at same time with objectively inferior solution
>his gets upvotes and accepted as "best"
When did this site go to shit?

Other urls found in this thread:

stackoverflow.com/questions/45272811/getting-indexerror-list-assignment-index-out-of-range-in-python/
twitter.com/NSFWRedditImage

Years ago when SO's userbase began caring more about points moderation powers than they do about good answers.

>No you faggot """moderator""" stop editing my questions. It was fine the way I asked it.

Simple = Better
Your "objectively" better is probably a clusterfuck of text, unless you can prove otherwise

I once asked a question ( don't really remember, something with TPL and tasks getting cancelled prematurely), explained my problem, included test app to reproduce the issue.

>top voted comments were the ones saying that they can't help me because I didn't include button1 and treeview1 declarations and they don't know what they are
>it was some designer added shit just for the test code purposes
>question unanswered to this day

Mine was shorter, simpler, and faster.

Prove it, so far it looks just like pure, unadulterated autism.

Show us you answer user so we can either all laugh at you or downvote the pajeet

Indians are heavily racist and will upvote something an indian wrote just because an indian wrote it.

meanwhile I would do the opposite

t. pajeet

stackoverflow.com/questions/45272811/getting-indexerror-list-assignment-index-out-of-range-in-python/
Using a loop and pop to truncate a list is stupid and del with slice is shorter, more clear, and faster especially as list gets larger.
Now an intel guy responded with his "much simpler" method of using slice to make new list which isn't any simpler and is slower in almost every case since del doesn't have to create a new list.

yo do people not even have basic debugging skills?

>can't figure out obvious bug
Is this who's stealing American jobs?

You didn't post an example of what the code would look like if it were working. Of course your answer will lose to the one pajeet can copy paste without thinking about.

Hello, sir, you can post code sir please?

arr = ['A', 't', 'u', 'l', '%20', 'K', 'r', 'i', 's', 'h', 'n', 'a', '%20', 'P', 'a', 't', 'n', 'a', '%20', 'B', 'i', 'h', 'a', 'r', '%20', 'I', 'n', 'd', 'i', 'a', '%20', '%20', '%20', '%20', '%20']
How many fucking IQ points does it take to think "hmm maybe I should shorten this down if I'm asking stackoverflow for help"?

Many thanks Pradesh

>mfw it's his name

...

...

Send a link to the question. Let's see how "superior" your answer really is.

Silly user, you didn't fix his code for him, he probably doesn't know how to copy/paste your answer. The other guy went and rewrote it so the guy asking can just copy/paste over his own code and have it working with minimal effort.

I've noticed a lot of the high rep people just answer with template answers that kinda match the question and if they can't do that they'll ask for uneeded clarification.
If you're not going to read question and think for a moment why bother answering.

Come on Seth, no need to be racist.

>Atul Krishna Patna Bihar India
What did he mean by this?

yep, i had my questions messed with too. For some "wording".
mofo, I worded it that way for a reason.

Is there some other site people use these days?

slices r 2 hard 4 india

The sad part is StackOverflow is better than everything else.

>top comment is some bloated shit with external library dependencies
>actually short and working answer with native libraries is at the bottom with mods giving a warning to the guy that they don't see how it would work
it went to shit when mods started powertripping and people only cared about their epeen points

That's why I sort the answers by date rather than by points - often one of the newest answers with 3 points is miles better than some pajeet code with gorillion points added by other copy pasting pajeets.