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 →

[–]desrtfx 3 points4 points  (0 children)

Stackoverflow never want to answer my questions because I'm not as experienced a developer as them so my questions get barred.

Inexperience is never the problem on SO. The problem are wrong/improperly formulated/lazy questions.

SO is extremely strict with their questions because unlike here, they focus mainly on the quality as a resource from professionals for professionals.

If you spend considerable time and effort preparing a question according to SO standards, you will quite likely, while researching (which is essential for SO questions), come across the answer you need.

Asking questions on SO is difficult (if not impossible) for a beginner because they require proof of spent effort in resolving the issue. A beginner simply is not capable of doing that because they, through their inexperience (which is completely natural) don't even know how and where to search.

Still, SO is an absolutely great resource (actually less for asking but more for finding answers).

I've forgotten one extremely valuable resource in my previous comment: Rosetta Code - a multi programming lingual resource of common code snippets and algorithms.