Skip to content

Commit 5de52ff

Browse files
committed
Add Agile Software Development
1 parent 16360d5 commit 5de52ff

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

game-programmer.dot

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ digraph {
8989
kidintermediate [label="Intermediate Game Programming for Kids"]
9090
}
9191

92-
scratchjr [label=<<TABLE BORDER="0"><TR><TD WIDTH="100" HEIGHT="100" FIXEDSIZE="TRUE"><IMG SCALE="TRUE" SRC="scratchjr.jpg"/></TD></TR><TR><TD>The Official<br/>ScratchJr Book (2015)</TD></TR></TABLE>>]
92+
scratchjr [label=<<TABLE BORDER="0"><TR><TD WIDTH="100" HEIGHT="100" FIXEDSIZE="TRUE"><IMG SCALE="TRUE" SRC="scratchjr.jpg"/></TD></TR><TR><TD>The Official<br/>ScratchJr Book (2015)</TD></TR></TABLE>> url="https://www.amazon.com/dp/1593276710/"]
9393

9494
codinggamesinscratch [label=<<TABLE BORDER="0"><TR><TD WIDTH="100" HEIGHT="100" FIXEDSIZE="TRUE"><IMG SCALE="TRUE" SRC="codinggamesinscratch.jpg"/></TD></TR><TR><TD>Coding Games<br/>in Scratch<br/>(2015)</TD></TR></TABLE>>]
9595
superscratchprogadv [label=<<TABLE BORDER="0"><TR><TD WIDTH="100" HEIGHT="100" FIXEDSIZE="TRUE"><IMG SCALE="TRUE" SRC="superscratchprogadv.jpg"/></TD></TR><TR><TD>Super Scratch<br/>Programming Adventure!<br/>(2013)</TD></TR></TABLE>>]
@@ -252,6 +252,8 @@ digraph {
252252

253253
codecomplete2 [label=<<TABLE BORDER="0"><TR><TD WIDTH="100" HEIGHT="100" FIXEDSIZE="TRUE"><IMG SCALE="TRUE" SRC="codecomplete2.jpg"/></TD></TR><TR><TD>Code Complete 2 (2004)</TD></TR></TABLE>>]
254254
apidesignforcpp [label=<<TABLE BORDER="0"><TR><TD WIDTH="100" HEIGHT="100" FIXEDSIZE="TRUE"><IMG SCALE="TRUE" SRC="apidesignforcpp.jpg"/></TD></TR><TR><TD>API Design for C++<br/>(2011)</TD></TR></TABLE>>]
255+
256+
agilesoftwaredev [label=<<TABLE BORDER="0"><TR><TD WIDTH="100" HEIGHT="100" FIXEDSIZE="TRUE"><IMG SCALE="TRUE" SRC="agilesoftwaredev.jpg"/></TD></TR><TR><TD>Agile Software<br/>Development (2002)</TD></TR></TABLE>>]
255257
designpatterns [label=<<TABLE BORDER="0"><TR><TD WIDTH="100" HEIGHT="100" FIXEDSIZE="TRUE"><IMG SCALE="TRUE" SRC="designpatterns.jpg"/></TD></TR><TR><TD>Design Patterns (1994)</TD></TR></TABLE>>]
256258
headfirstdesignpatterns [label=<<TABLE BORDER="0"><TR><TD WIDTH="100" HEIGHT="100" FIXEDSIZE="TRUE"><IMG SCALE="TRUE" SRC="headfirstdesignpatterns.jpg"/></TD></TR><TR><TD>Head First<br/>Design Patterns (2004)</TD></TR></TABLE>>]
257259
practiceofprogramming [label=<<TABLE BORDER="0"><TR><TD WIDTH="100" HEIGHT="100" FIXEDSIZE="TRUE"><IMG SCALE="TRUE" SRC="practiceofprogramming.jpg"/></TD></TR><TR><TD>The Practice of<br/>Porgramming (1999)</TD></TR></TABLE>>]
@@ -264,7 +266,7 @@ digraph {
264266
sepractice -> codecomplete2 -> practiceofprogramming -> cleancode -> refactoring -> workingeffectivelylegacycode [penwidth=2, arrowhead=normal]
265267
refactoring -> apidesignforcpp
266268

267-
dp -> designpatterns [penwidth=2, arrowhead=normal]
269+
dp -> agilesoftwaredev -> designpatterns [penwidth=2, arrowhead=normal]
268270
dp -> headfirstdesignpatterns -> designpatterns
269271

270272
uml -> umldistilled3 -> umluserguide2 -> ooadwa3
@@ -274,7 +276,7 @@ digraph {
274276
setop [fixedsize=true,width=8,height=0.01,style=invis,label=""]
275277
sebottom [fixedsize=true,width=8,height=0.01,style=invis,label=""]
276278
setop -> sebegin [style=invis]
277-
apidesignforcpp -> sebottom [style=invis]
279+
workingeffectivelylegacycode -> sebottom [style=invis]
278280
}
279281

280282
subgraph cluster_math {

images/agilesoftwaredev.jpg

45.2 KB
Loading

0 commit comments

Comments
 (0)