
Uncovering Programming Questions and Answers
Explore a research study on asking and answering questions during programming tasks, focusing on discovering, analyzing, and modeling questions in a coding environment.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
Asking and Answering Questions during a Programming Change Task - Jonathan Sillito, Gail C. Murphy, and Kris De Volder. 2008
Overarching Research Goals Discover and record Questions Analyze said questions and the process of answers Develop Model from findings A Grounded Theory Approach Inductively create models from findings Do not constrain results from existing cognitive models Not all questions were recorded Not task planning Not tool usage Questions were code focused
Experimental Lab Study Participant pair programming Difficult industry-worthy tasks Variety of Experience More questions/data Observational Industry Study Individual programming Fewer questions/data Regular work tasks
Results 44 Different Questions (When details excluded) Further Abstracted in terms of Graphs Finding a Focus Point Expanding Focus Points Understanding a Subgraph Questions over groups of subgraphs Examples On Next Slide
What class controls/contains this feature behavior? What class does this object extend? What interfaces does it implement? How is this package supposed to be used and what does it do? How does functionality in package A get used in package B?