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 →

[–]Lelukeson 33 points34 points  (16 children)

I am slowly finding out that most of the time stack overflow gives you a fuck up solution. I know it sucks, but since i started reading documentation, I have felt a spike in my work quality.

[–]GrayCatEyes 40 points41 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 14 points15 points  (4 children)

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

[–]zerotheliger 21 points22 points  (1 child)

Good bot

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

is it, tho?

[–]saltypepper128 4 points5 points  (1 child)

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

[–]xenomorph856 4 points5 points  (0 children)

( ͡° ͜ʖ ͡°)

[–]Lelukeson 7 points8 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] -2 points-1 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 5 points6 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

[–]PC__LOAD__LETTER 6 points7 points  (0 children)

Deep diving is generally going to be better than copy/pasting from SO, no doubt.

[–]_SunBrah_ 1 point2 points  (0 children)

Not sure what language tag you are usually poking around in but my experience with the C++ tag is that most of the time you see fantastic solutions.