What makes a good code example?: A study of programming Q&A in StackOverflow

  • Authors:
  • Jonathan Sillito;Frank Maurer;Seyed Mehdi Nasehi;Chris Burns

  • Affiliations:
  • Department of Computer Science University of Calgary Calgary, AB, Canada;Department of Computer Science University of Calgary Calgary, AB, Canada;Department of Computer Science University of Calgary Calgary, AB, Canada;Department of Computer Science University of Calgary Calgary, AB, Canada

  • Venue:
  • ICSM '12 Proceedings of the 2012 IEEE International Conference on Software Maintenance (ICSM)
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Programmers learning how to use an API or a programming language often rely on code examples to support their learning activities. However, what makes for an effective ode example remains an open question. Finding the haracteristics of the effective examples is essential in improving the appropriateness of these learning aids. To help answer this question we have onducted a qualitative analysis of the questions and answers posted to a programming Q&A web site called StackOverflow. On StackOverflow answers can be voted on, indicating which answers were found helpful by users of the site. By analyzing these well-received answers we identified haracteristics of effective examples. We found that the explanations acompanying examples are as important as the examples themselves. Our findings have implications for the way the API documentation and example set should be developed and evolved as well as the design of the tools assisting the development of these materials.