forked from maxsalles/monografia-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibliografia.bib
241 lines (214 loc) · 6.23 KB
/
bibliografia.bib
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
@article{EmpiricalTDD,
title = {Realizing quality improvement through test driven development: results and experiences of four industrial teams},
author = {Nachiappan Nagappan and E. Michael Maximilien and Thirumalesh Bhat and Laurie Williams},
journal = {Empir Software Eng},
publisher = {Springer Science + Business Media},
editor = {Pankaj Jalote},
year = 2008,
month = February,
volume = 13,
number = 5
}
@article{PMNetworkFailureDrop,
title = {Failure Rates Finally Drop},
author = {Sarah Fister Gale},
journal = {PM Network},
year = 2011,
month = August,
volume = 25,
number = 8
}
@article{HumbleProgrammer,
title = {The Humble Programmer},
author = {Edsger Dijkstra},
journal = {Communications of ACM},
publisher = {Association for Computer Machinery},
year = 1972,
volume = 15,
number = 10
}
@article{ThePeopleFactor,
title = {Agile development: the people factor},
author = {Alistair Cockburn and Jim Highsmith},
journal = {IEEE Computer},
year = 2001,
month = November,
}
@article{TheBusinessOfInnovation,
title = {Agile development: the business of innovation},
author = {Alistair Cockburn and Jim Highsmith},
journal = {IEEE Computer},
year = 2001,
month = September,
}
@book{AMaquinaQueMudouOMundo,
title = {A m{\'a}quina que mudou o mundo},
author = {James P. WOMACK and Daniel T. JONES and Daniel Roos},
isbn = {9788535212693},
year = {2004},
publisher = {CAMPUS}
}
@book{GrowingOOByTests,
title = {Growing Object-Oriented Software, Guided by Tests},
author = {Steve Freeman and Nat Pryce},
isbn = {9780321503626},
lccn = {2009035239},
series = {Addison-Wesley signature series},
year = {2009},
publisher = {Addison Wesley}
}
@book{FowlerRefatoracao,
title={Refatoração},
subtitle={Aperfeiçoando o Projeto de Código Existente},
author={Martin Fowler},
isbn={9788536303956},
year={2004},
publisher={bookman}
}
@book{ContinuousTesting,
title={Continuous Testing},
author={Ben Rady and Rod Coffin},
year={2011},
publisher={The Pragmatic Bookshelf}
}
@book{NaurRandell,
title = {Software Engineering},
subtitle = {Report on a Conference Sponsored by the NATO Science Commitee},
author = {Peter Naur and Brian Randell},
publisher = {},
year = 1968,
address = {Garmisch/Germany}
}
@book{XPTeles,
title = {Extreme Programming},
author = {Vinícius Manhães Teles},
subtitle = {Aprenda Como Encantar Seus Usuários Desenvolvendo Software com Agilidade e Alta Qualidade},
publisher = {Novatec},
year = 2004,
address = {São Paulo}
}
@book{XPKent,
title = {Programação Extrema Explicada},
subtitle = {Acolha as Mudanças},
author = {Kent Beck},
publisher = {Bookman},
year = 2004,
address = {Porto Alegre}
}
@book{RSpecBook,
title = {The RSpec Book},
subtitle = {Behaviour Driven Development with RSpec, Cucumber, and Friends},
author = {David Chelimsky and Dave Astels and Zach Dennis and Aslak Hellesoy and Bryan Helmkamp and Dan North},
publisher = {The Pragmatic Bookshelf},
year = 2010,
address = {Dallas},
}
@book{XUnit,
title = {XUnit Test Patterns},
subtitle = {Refactoring Test Code},
author = {Gerard Meszaros},
publisher = {Addison-Wesley},
year = 2007
}
@book{TDDbyExample,
title = {Test-Driven Development},
subtitle = {By Example},
author = {Kent Beck},
publisher = {Addison Wesley},
year = 2002,
address = {Boston}
}
@book{TestDrivenKoskela,
title = {Test Driven},
subtitle = {TDD and Acceptance TDD for Java Developers},
author = {Lasse Koskela},
publisher = {Manning},
year = 2007,
address = {New York}
}
@misc{AgileManifesto,
title = {Manifesto for Agile Software Development},
author = {Kent Beck and Martin Fowler and Alistair Cockburn and Ken Schwaber and Erich Gamma},
year = 2001,
url = {http://agilemanifesto.org},
urlaccessdate = {02/08/2011}
}
@misc{AgileStory,
title = {Writing The Agile Manifesto},
author = {Martin Fowler},
year = {2006},
url = {http://martinfowler.com/articles/agileStory.html},
urlaccessdate = {28/09/2011}
}
@misc{ProgrammingIsEasySoftwareDevelopmentIsHard,
title = {Programming is Easy, Software Development is Hard},
author = {Krishna Kumar},
year = 2011,
url = {http://www.thoughtclusters.com/2011/01/programming-is-easy-software-development-is-hard/},
urlaccessdate = {26/07/2011}
}
@misc{ResumoChaosReport,
title = {CHAOS Report},
subtitle = {Métodos Ágeis Aumentam Taxa de Sucesso de Projetos},
author = {Bruno Adam Osiek},
year = 2011,
url = {http://blog.scrumhalf.com.br/2011/02/metodos-ageis-impactam-positivamente-no-sucesso-de-projetos},
urlaccessdate = {08/08/2011}
}
@misc{FowlerCI,
title = {Continuous Integration},
author = {Martin Fowler},
year = {2006},
url ={http://martinfowler.com/articles/continuousIntegration.html},
urlaccessdate = {25/08/2011}
}
@misc{MocksArentStubs,
title = {Mocks Aren't Stubs},
author = {Martin Fowler},
year = {2007},
url ={http://martinfowler.com/articles/mocksArentStubs.html},
urlaccessdate = {10/09/2011}
}
@misc{AvdiMock,
title = {Making a Mockery of TDD},
author = {Avdi Grimm},
year = {2011},
url ={http://avdi.org/devblog/2011/09/06/making-a-mockery-of-tdd},
urlaccessdate = {12/09/2011}
}
@misc{IntroducingBDD,
title = {Introducing BDD},
author = {Dan North},
year = 2006,
url = {http://dannorth.net/introducing-bdd},
urlaccessdate = {25/09/2011}
}
@misc{CaelumCI,
title = {Integração Contínua},
author = {Cauê Guerra},
year = 2008,
url = {http://blog.caelum.com.br/integracao-continua},
urlaccessdate = {29/09/2011}
}
@misc{ImproveitCI,
title = {Integração Contínua},
author = {Vinícius Manhães Teles},
year = 2006,
url = {http://improveit.com.br/xp/praticas/integracao},
urlaccessdate = {29/09/2011}
}
@misc{ComparacaoTDDeBDD,
title = {Comparação entre TDD e BDD},
subtitle = {Como aprender um me ajudou com o outro},
author = {Rodrigo Urubatan},
year = {2011},
url = {http://www.urubatan.com.br/comparacao-entre-tdd-e-bdd-como-aprender-um-me-ajudou-com-o-outro},
urlaccessdate = {19/01/2012}
}
@monography{BDDRodrigo,
title = {Behaviour-Driven Development: Uma Abordagem Ágil para Engenharia de Software},
author = {Rodrigo Soares ManhÃes},
type = {Pós-graduação},
year = 2010,
address = {Vila Velha}
}