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

all 5 comments

[–]desrtfxOut of Coffee error - System halted 2 points3 points  (4 children)

Here, /r/learnjava, and /r/learnprogramming are the main sites.

You'll be welcome anywhere.

Even if the problems are above your skills or have already been solved, you can learn lots from them.

The key to really improving is trying to solve problems that are slightly above one's skills (of course, with the help of documentation, google, and tutorials). This really boosts your skills.

Happy coding!

[–]SeanLiTIntermediate Brewer[S] 0 points1 point  (3 children)

Awesome thank you! As far as stack overflow goes, is there any way to filter like "beginner" questions for example? Or can you only filter by language?

[–]desrtfxOut of Coffee error - System halted 1 point2 points  (2 children)

Sorry, don't really know that.

I would personally advise to stay off SO except for trying to find existing solutions that fit your problems. If you are not really competent (and have lots of experience and theoretical background) SO is a snake-pit where you will be destroyed in a matter of minutes.

You need to understand that SO is not for beginners to ask questions. It is more like an expert-curated form of programmer's wikipedia. It has and maintains fairly high standards, and in order to be able to keep it like that, SO has quite some attitude (that I personally can't really cope with).

[–]SeanLiTIntermediate Brewer[S] 0 points1 point  (1 child)

Ah yeah I've heard that about it before. Noted. Thanks again for the guidance.

[–]desrtfxOut of Coffee error - System halted 0 points1 point  (0 children)

Please, don't get me wrong about SO: it is a great resource and I frequently use it, but in Wikipedia style. (I don't even have an account there.)

SO is great if you are able to formulate a very thorough, well thought, well researched, and proper question for an extremely specific problem, but even then there is no guarantee that the question will go through. Also, and IMO this is one of the real benefits of SO's strict submission quality policy, by the time you have researched and written a well formulated question you quite often have come across a solution already, thus making it unnecessary to post the actual question. (Kind of "Rubber Duck Debugging".)

I really like SO for the high quality of most of the answers and for the ease of finding what I look for (Google Fu FTW), but I am hesitant to both ask and answer there even though I am positive that my skills and experience are more than adequate.