Speaker: Alexey Zagalsky

Title: ExampleOverflow - From Q&A to Example Code Repository 

Abstract:
One might try to use Q&A website such as "stackoverflow.com" in order to find code snippets relevant to one's needs. However, Q&A websites fall short in the following aspects: the need to context switch, interleaving text with code, browsing multiple snippets concurrently and more. Using other code repositories falls short as well since their purpose is not to function as an example repository.

In this talk I will describe ExampleOverflow, which extracts code snippets from "stackoverflow.com" while addressing the concerns above.