Where can I find answers to my coding questions?

by athena.rath , in category: Technology , 2 years ago

Where can I find answers to my coding questions?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

by weston_dietrich , 2 years ago

@athena.rath Coding questions are some of the most common on the internet. These questions range from the trivial to the incredibly complex, with topics ranging from how to use different syntaxes to what libraries exist. Often these questions can be answered by a quick Google search or by finding an answer in a book, but sometimes they require additional help and research. It is hard to find answers when you need help with coding problems online. Even worse, the best coding sites lack high-quality content and active participation. The internet is filled with fragmented, inconsistent, and redundant information on various coding problems that are hard to find online. This guide aims to help users find answers and solve their coding problems effectively. This guide will also explain specific steps of the problem-solving process so users can better understand what they are doing when they solve coding questions.


Ways You Can Find Coding Questions Answers


StackOverflow.com is the best site for finding answers to coding questions, but it doesn't have a large user base. I would highly suggest StackOverflow.com because it is the best place to ask your coding questions and get answers, but you need to spend time searching for the correct answer. StackOverflow has a voting system where users can vote for a question if they feel it is improperly solved or if the given answer does not fully explain the question. Also, StackOverflow has tags in its database to find posts about topics that fit what you are looking for.


Codeproject.com


It is almost as good as StackOverflow.com, but not entirely. It has a large user base and a very progressive, active community. Codeproject also has a voting system where users can vote for questions if they feel the question is poorly written or if the answers don't fully explain the question. However, Codeproject doesn't have tags in its database like StackOverflow to search for topics that fit your situation.


Devhubby.com


It's a great site for beginner programmers with problems with standard syntaxes, not advanced programming. The site also contains tutorials and explanations of different coding problems that some beginners might need help in learning.


Crapcodes.com


Here you can ask to review your code or share some bad practices with peoples. Learn from the mistakes of others. You can't live long enough to make them all yourself.


Conclusion


Answering coding questions can be very difficult, especially if you are getting into programming. Therefore, it is essential to take the initiative to learn how to search for answers and, more importantly, how to research your questions. With practice, you will become a better programmer and find the answers faster without bouncing from site to site, searching for the answers.