What is bad about stack overflow?

What is bad about stack overflow?

Some people who may or may not have knowledge, happily down votes and write hurtful comment about your knowledge, stack overflow rules etc. Basically, these people act like they have same or little more knowledge than Google. Also, they have the absolute right to be obnoxious.

Why is stack overflow so successful?

Authentic answers given by experienced people. Different solutions to one problem. Strict moderation of unrelated question and answers which helps keep the site “clean” Find better quality of code.

How do you answer a question on stackoverflow?

Here are a few tips on how to make your answer great:

  1. Pay it forward. Saying “thanks” is appreciated, but it doesn’t answer the question.
  2. Have the same problem?
  3. Answer the question.
  4. Provide context for links.
  5. Write to the best of your ability.
  6. Answer well-asked questions.
  7. Always be polite and have fun.
READ ALSO:   What safety precautions should you take when cooking with a wok?

What is Stack Overflow used for?

Stack Overflow is a question and answer website for professional and enthusiast programmers. It is the flagship site of the Stack Exchange Network, created in 2008 by Jeff Atwood and Joel Spolsky. It features questions and answers on a wide range of topics in computer programming.

What is the value of Stack Overflow?

Stack Overflow just sold for $1.8 billion—but its value to job seekers is incalculable.

How do you write a good Stack Overflow question?

How do I ask a good question?

  1. Search, and research.
  2. Write a title that summarizes the specific problem.
  3. Introduce the problem before you post any code.
  4. Help others reproduce the problem.
  5. Include all relevant tags.
  6. Proof-read before posting!
  7. Post the question and respond to feedback.
  8. Look for help asking for help.

What is Stack Overflow reputation?

What is Stack Overflow reputation? From the Stack Overflow help article on reputation: Reputation is a rough measurement of how much the community trusts you; it is earned by convincing your peers that you know what you’re talking about.

READ ALSO:   What is GIS in your own words?

Is stack overflow social media?

It is not a social network due to the main ideological rule on which Stack stands – it is the value of question and value of answers you should care about. Nothing else really matters. Personalities just doesn’t matter. Stack Overflow does not provide a non-public means of user-exchange.

How do you deal with stack overflow?

One method to prevent stack overflow is to track the stack pointer with test and measurement methods. Use timer interrupts that periodically check the location of the stack pointer, record the largest value, and watch that it does not grow beyond that value.