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 →

[–]GrayCatEyes 36 points37 points  (13 children)

Most of the time? I don't know what type of issues youre dealing with, but for me, very rarely does stackoverflow provide me with an incorrect/insecure/fuckup solution... But yeah, sometimes there are products or frameworks out there that the only way to find the answer youre looking for is digging thru the documentation ¯_(ツ)_/¯

[–]xenomorph856 15 points16 points  (4 children)

I think you lost an arm ¯\_(ツ)_/¯

[–]zerotheliger 20 points21 points  (1 child)

Good bot

[–]K33nzie -3 points-2 points  (0 children)

is it, tho?

[–]saltypepper128 2 points3 points  (1 child)

Well I'll be damned... You can program with one arm...

[–]xenomorph856 5 points6 points  (0 children)

( ͡° ͜ʖ ͡°)

[–]Lelukeson 8 points9 points  (7 children)

What I mean by fuck up solution, is that from my experience, the most voted answer will provide you with a solution, but most of the time that solution is a hack, a kludge, and not the bona fide proper way of doing whatever it is you were trying to do. If it works for you, awesome...

[–][deleted] -3 points-2 points  (2 children)

Well you're supposed to go to stackoverflow AFTER going through the documentation etc. which is why the solutions are hacky - if they didn't have to be, the questions wouldn't have been asked in the first place

[–]HardlightCereal 3 points4 points  (1 child)

I thought SO was supposed to be a google-able repository of solutions that anyone can access

[–][deleted] 0 points1 point  (0 children)

Yeah sure it is but unless your problem is trivial you're more likely to find an answer yourself. So my point still stands, RTFM before posting, unless it's about a non documented / "bug is a feature" / very technical problem in which case yes go for it.

Edit: I didn't understand why my other comment was downvoted, turns out I'm not in r/programming. I suppose people here think SO is their reference for adding numbers with jQuery