Contents
What are the different types of asking questions?
Let’s start with everyday types of questions people ask, and the answers they’re likely to elicit.
- Closed questions (aka the ‘Polar’ question)
- Open questions.
- Probing questions.
- Leading questions.
- Loaded questions.
- Funnel questions.
- Recall and process questions.
- Rhetorical questions.
What does it mean when you ask a lot of questions?
There are many reasons why someone might ask too many questions. For example, the person might be very anxious and need to keep up conversation. Or the person may not have the social etiquette to know when questions begin to feel invasive rather than signaling genuine interest.
What do you call someone that asks a lot of questions?
Someone who is inquisitive asks a lot of questions and is genuinely curious about things.
Is there code included directly in my question?
If you can answer “yes” to all of the following questions, then your question is on-topic for Code Review: Is code included directly in my question? It is fine to post supplementary code on a third-party site, but the most important parts of the code must be embedded directly in the question.
How to ask a good question in Stack Overflow?
Use Stack Snippets to make a live demo of inline JavaScript / HTML / CSS. DO NOT post images of code, data, error messages, etc. – copy or type the text into the question.
What do you need to know about code review?
Code Review is a question and answer site for seeking peer review of your code. We are working together to improve the skills of programmers worldwide by taking working code and making it better. If you have a working piece of code from your project and are looking for open-ended feedback in the following areas:
When to ask stack overflow for new features?
If you are trying to figure out why your program crashes or produces a wrong result, ask on Stack Overflow instead. Code Review is also not the place to ask for implementing new features. Questions about improving scalability are allowable, as long as your code works for small inputs. Do I want the code to be good code?