-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdojosp.tex
49 lines (40 loc) · 1.5 KB
/
dojosp.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
\documentclass[times, 10pt,twocolumn]{article}
\usepackage{latex8}
\usepackage[utf8]{inputenc}
\usepackage{verbatim}
\usepackage{times}
\usepackage{url}
\usepackage{graphicx}
%-------------------------------------------------------------------------
% take the % away on next line to produce the final camera-ready version
\pagestyle{empty}
%-------------------------------------------------------------------------
\begin{document}
\title{Coding Dojo: an environment for learning and sharing Agile practices}
\author{Danilo Sato\\
\textit{ThoughtWorks Limited}\\
{\tt [email protected]}\\
\and
Hugo Corbucci, Mariana Bravo\\
\textit{Department of Computer Science}\\
\textit{University of São Paulo, Brazil}\\
{\tt \{corbucci, marivb\}@ime.usp.br}
}
\maketitle
\thispagestyle{empty}
\begin{abstract}
A Coding Dojo is a meeting where a group of programmers gets together to learn, practice,
and share experiences. This report describes the authors' experience of creating and running an
active Coding Dojo in São Paulo, Brazil, sharing the lessons learned from the experience.
The role of the Dojo in the learning process is discussed, showing how it creates an environment
for fostering and sharing Agile practices such as Test-Driven Development, Refactoring and Pair
Programming, among others.
\end{abstract}
\input{01-intro}
\input{02-dojo}
\input{03-lessons}
\input{04-learning}
\input{05-conclusion}
\bibliographystyle{latex8}
\bibliography{dojosp}
\end{document}