Good website to ask coding questions?

  • Thread starter Thread starter SamRoss
  • Start date Start date
  • Tags Tags
    Coding
Click For Summary

Discussion Overview

The discussion revolves around finding suitable websites for asking coding questions, particularly in relation to MySQL and general programming issues. Participants explore various platforms, sharing their experiences and preferences regarding where to seek help for coding problems.

Discussion Character

  • Exploratory
  • Debate/contested
  • Technical explanation

Main Points Raised

  • One participant expresses uncertainty about whether Physics Forums is the right place for posting coding questions, suggesting that the Programming and Computer Science topic might be more appropriate.
  • Another participant recommends Stack Overflow for MySQL questions, noting its tagging system and the likelihood of receiving answers.
  • Some participants mention that while Stack Overflow is popular, it can be overwhelming due to the volume of questions, which may lead to overlooked posts.
  • Several participants advocate for Physics Forums as a viable option, citing the presence of knowledgeable members who can provide assistance.
  • Reddit is suggested as another platform, with specific subforums like learnprogramming mentioned as active spaces for asking questions.
  • SitePoint and other coding forums are also recommended for their focus on various programming languages and community support.
  • Some participants note that Google searches often yield useful results, including links to Stack Exchange and other resources.
  • IRC and pastebin are mentioned as alternative methods for asking questions, although they may require more patience for responses.
  • One participant highlights the importance of posting code directly to facilitate better assistance.
  • Another participant points out that answers on platforms like Stack Overflow may not always be timely, suggesting that users might find solutions independently before receiving help.

Areas of Agreement / Disagreement

Participants generally agree that multiple platforms exist for asking coding questions, but there is no consensus on which is definitively the best. Opinions vary on the effectiveness of each platform, with some favoring Physics Forums and others leaning towards Stack Overflow or Reddit.

Contextual Notes

Some participants express concerns about the timeliness of responses on various platforms, while others emphasize the importance of community engagement and the potential for overlooked questions. The discussion reflects a range of experiences and preferences without resolving which platform is superior.

Who May Find This Useful

Individuals seeking advice on where to post coding questions, particularly beginners in programming or those encountering specific issues with languages like MySQL, may find this discussion beneficial.

SamRoss
Gold Member
Messages
256
Reaction score
36
TL;DR
Does anyone know of a good website to ask coding questions?
I am trying to learn how to code, reading the info on w3schools, doing Google searches, etc. I recently ran into a small problem with MySQL and wanted to find a good website where I could post the issue I was having and see if anyone had any suggestions. I love PhysicsForums but I'm not sure this is the right place to post a question for every little problem I run into (and I'm sure there will be many). I tried Quora but it's not great because there's no way to upload pictures along with my question so people know what I'm talking about. Can anyone recommend a good website for this?
 
Technology news on Phys.org
I'm not sure PF is the right place either, but if you want to try then the Programming and Computer Science topic is the one to post in.

Also, posting pictures to get help with code is not a great idea - much better to use the </> icon editor in the WYSYWIG bar and select SQL, or wrap code in [code=sql][/code] tags. Similarly for output.
 
  • Like
Likes   Reactions: sysprog
  • Like
Likes   Reactions: sysprog, valenumr, jack action and 1 other person
StackExchange or here that is the question. Either case is slower than looking for tutorials or examples of what youre trying to do.

When that doesn't work try here as there are several programmers likely to respond. StackExchange does the same although sometimes your post will be tagged as a duplicate and thus less likely to get any responses.

Also be aware that answers may not be timely for either site meaning you may discover the answer before anyone responds.
 
  • Like
Likes   Reactions: sysprog, valenumr and jack action
What's wrong with this site? People here are happy to help. Post the code and let people look at it.

There's another forum as big as here:https://www.edaboard.com/
I have not gone to that site yet as I got all my help here already.
 
  • Like
Likes   Reactions: sysprog
What's wrong with Reddit? They have sub forums for nearly everything and usually have active members. I ask stupid questions all the time there and people love to explain stuff (especially if it involves themselves, but don't we all heh).

Sub forum you could try is: learnprogramming or just search SQL in search bar, I'm sure there is a dub forum with active people there
 
SamRoss said:
Can anyone recommend a good website for this?
For MySQL, Physics Forums is definitely a good place because there are many members here who know it very well and can render help. My question on MySQL has received great answers.

I dislike asking questions at Stack Overflow (SO) because there are so many questions coming in every moment, my question almost always gets overlooked. For programming languages like Java, C++, Python, etc., there is, in fact, no need to go to SO because PF already has many learned members in these fields. The only time that I have to go to SO is for asking questions on Android programming, because (I believe) there are not many Android programmers in this place.

Ask your question here first. If you don't get a decent reply, or it goes unanswered for many days, only then head to SO.
 
  • Like
Likes   Reactions: Greg Bernhardt
SamRoss said:
Summary:: Does anyone know of a good website to ask coding questions?

I love PhysicsForums but I'm not sure this is the right place to post a question for every little problem I run into (and I'm sure there will be many)
I'm usually able to find answers to my programming questions with a Google search and good search terms. Many of the hits are to stackexchange or some of the wiki sites, depending on my question. Have you not had good luck with Google searches?
 
  • Like
Likes   Reactions: phinds and Monsterboy
Wrichik Basu said:
I dislike asking questions at Stack Overflow (SO) because there are so many questions coming in every moment, my question almost always gets overlooked.

But that should also mean there is a high chance of getting an answer there because someone else has already asked your question :wink:

Over the last several years I would think around half or more of my searches for this or that programming issue ends up on stackoverflow eventually. And in all the years I have been "using" this site I never had to actually ask any question myself.
 
  • Like
Likes   Reactions: Monsterboy, Keith_McClary and berkeman
  • #10
Hacker Jack said:
I ask stupid questions all the time there
And not just there ...
 
  • Haha
Likes   Reactions: Vanadium 50 and berkeman
  • #11
jedishrfu said:
your post will be tagged as a duplicate and thus less likely to get any responses.
When that happens, they should say which questions it (allegedly) duplicates.
 
  • Like
Likes   Reactions: jedishrfu
  • #12
Mark44 said:
And not just there ...
You talkin' to me!
 
  • Haha
Likes   Reactions: jedishrfu and berkeman
  • #13
Hacker Jack said:
What's wrong with Reddit? They have sub forums for nearly everything and usually have active members. I ask stupid questions all the time there and people love to explain stuff (especially if it involves themselves, but don't we all heh).

Sub forum you could try is: learnprogramming or just search SQL in search bar, I'm sure there is a dub forum with active people there
I looked for Reddit briefly,https://www.redditinc.com/

I didn't see any forum. Can you give me the link to the forum.
 
  • Like
Likes   Reactions: jedishrfu
  • #14
  • Like
Likes   Reactions: Hacker Jack, yungman and jedishrfu
  • #15
The best forum for this is if you actually post your program, ask the question and actually see how you like the reply.
 
  • #17
+1 for stack overflow.
 
  • Like
Likes   Reactions: valenumr
  • #18
I would vote for stack overflow as well. While physics forums does have a dedicate forum, stack overflow is much more focused on computer science.
 
  • #19
Sitepoint is very good - used it occasionally for HTML, PHP, MySQL, CSS, Javascript etc. I enjoyed answering questions there and got help when odd things happened in my own work.
It covers lots of languages, and there are lots of intro level books they sell as well.
 
  • Informative
Likes   Reactions: berkeman
  • #20
SamRoss said:
Summary:: Does anyone know of a good website to ask coding questions?

I am trying to learn how to code, reading the info on w3schools, doing Google searches, etc. I recently ran into a small problem with MySQL and wanted to find a good website where I could post the issue I was having and see if anyone had any suggestions. I love PhysicsForums but I'm not sure this is the right place to post a question for every little problem I run into (and I'm sure there will be many). I tried Quora but it's not great because there's no way to upload pictures along with my question so people know what I'm talking about. Can anyone recommend a good website for this?
Yes, advice at this forum is good. Especially for the lager picture (the algorithms and and theory behind the code. For help with the actual inplementation and syntax Google and stackexchange (as already mentioned) are good sources. Also, IRC is still being used by some of the (us) real nerds. IRC and pastebin is an effective way of asking questions. One just have to remember that even though IRC is live chat questions may still take some time to be addressed.

Regards.
 
  • #21
For examples, you can also check into www.rosettacode.org although the solutions for each language while illustrative may not be optimal.
 
  • Like
Likes   Reactions: sysprog

Similar threads

Replies
3
Views
2K
Replies
1
Views
6K
Replies
4
Views
4K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
6K
  • · Replies 5 ·
Replies
5
Views
1K