-
Notifications
You must be signed in to change notification settings - Fork 27
/
dev-process-cw-wa.xml
71 lines (60 loc) · 2.28 KB
/
dev-process-cw-wa.xml
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
<?xml version="1.0" encoding="utf-8"?>
<presentation
template="css"
navmode="html"
navbarbackground="#4373b4"
navbartopiclinks="0"
navColor="#f1fbff"
logo1=""
stylesheet="presentations/slides/ezc/ez.css"
backgroundfixed="1" >
<topic>Testing</topic>
<title>Improving Your Development Process</title>
<event>CodeWorks 2009</event>
<location>Washington DC, US</location>
<date>Oct 3rd, 2009</date>
<speaker>Derick Rethans</speaker>
<email>[email protected]</email>
<twitter>derickr</twitter>
<url>http://derickrethans.nl/talks.php</url>
<joindin>http://joind.in/810</joindin>
<slide>slides/tdd/title.xml</slide>
<!-- INTRODUCTION -->
<slide>slides/toolbox/me.xml</slide>
<slide>slides/tdd/you.xml</slide>
<!-- 1. old environment -->
<slide>slides/tdd/old-environment.xml</slide>
<!-- 2. more people -> more problems -->
<slide>slides/tdd/more-people-more-problems.xml</slide>
<!-- 3. basics, specs, cvs/svn -->
<slide>slides/tdd/the-basics.xml</slide>
<slide>slides/tdd/codesniffer.xml</slide>
<slide>slides/tdd/back-in-time.xml</slide>
<slide>slides/tdd/branch-techniques.xml</slide>
<!-- 4. peer review, communication -->
<slide>slides/tdd/comms.xml</slide>
<slide>slides/tdd/peer-review.xml</slide>
<!-- 5. debugging, xdebug, ides, tracing, proxy -->
<slide>slides/grown-up/xdebug.xml</slide>
<slide>slides/xdebug/where-error.xml</slide>
<slide>slides/xdebug/wtf-happens.xml</slide>
<slide>slides/xdebug/analyse-running-script.xml</slide>
<slide>slides/xdebug/komodo-screenshot.xml</slide>
<!-- 6. tdd, ci, phpuc, code cov / path cov -->
<slide>slides/tdd/test-driven-development.xml</slide>
<slide>slides/tdd/the-test-is-king.xml</slide>
<slide>slides/tdd/practical-test-driven-development.xml</slide>
<slide>slides/tdd/addressing-defects.xml</slide>
<slide>slides/tdd/phpunit-output.xml</slide>
<slide>slides/tdd/no-code-without-test.xml</slide>
<slide>slides/tdd/no-code-without-test2.xml</slide>
<slide>slides/tdd/no-code-without-test3.xml</slide>
<slide>slides/tdd/no-code-without-test4.xml</slide>
<slide>slides/tdd/phpundercontrol.xml</slide>
<!-- 7. scrummy -> time boxing, comms, alpha/beta cycles with unsync re;eases -->
<slide>slides/tdd/timebox.xml</slide>
<slide>slides/tdd/timebox2.xml</slide>
<!-- 8. end -->
<slide>slides/internals/questions.xml</slide>
<slide>slides/tdd/resources.xml</slide>
</presentation>