annotate 05_antiPatterns.tex @ 12:a7bdc1211d3a

renamed files; some restructuring
author meillo@marmaro.de
date Thu, 21 Jun 2007 10:46:57 +0200
parents antiPatterns.tex@a7ab86cddfad
children eff2ffb701fe
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
1 % @file
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
2 % @brief Referat DesignPatterns `Anti-Patterns'
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
3 % @author Julian Haug
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
4 % @since 2007-06-21
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
5
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
6
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
7 \documentclass{beamer}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
8
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
9
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
10 % \usepackage[T1]{fontenc}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
11 \usepackage[utf8]{inputenc}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
12 \usepackage{ngerman}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
13 \usepackage{graphicx}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
14 \usepackage[automark]{scrpage2}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
15 \input{Style01}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
16
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
17
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
18
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
19 \begin{document}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
20
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
21
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
22 \title{Design Patterns ``Anti-Patterns''}
12
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
23 \date{}
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
24
12
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
25 %\author{Julian Haug}
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
26
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
27 %\titlegraphic{\includegraphics[width=3cm]{Pics/Maka-Logo.png}}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
28
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
29 \frame{
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
30 \titlepage
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
31 }
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
32
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
33
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
34
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
35
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
36
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
37 \section[Outline]{}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
38 \frame{
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
39 \tableofcontents
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
40 }
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
41
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
42
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
43
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
44
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
45 \section{Anti-Patterns}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
46
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
47
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
48 \frame{ \frametitle{Anti-Patterns}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
49
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
50 \begin{block}{Dokumentieren wiederkehrende Fehler bei der Software-Entwicklung um}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
51 \begin{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
52 \item durch das Wissen ihrer Existenz diese zu vermeiden
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
53 \item bereits manifestierte Anti-Pattern durch geschickte Maßnahmen zu beheben
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
54 \end{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
55 \end{block}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
56
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
57 \pause
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
58
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
59 \begin{block}{Analog zu positiven Mustern gibt es auch hier eine weitere Unterscheidung}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
60 \begin{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
61 \item Projektmanagement-Anti-Patterns
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
62 \item Architektur- bzw. Design-Anti- Patterns
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
63 \item Meta-Patterns
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
64 \item Organisations-, Prozess- Anti-Patterns
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
65 \item \textbf{Programmierungs-Anti-Patterns}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
66 \end{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
67 \end{block}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
68
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
69 }
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
70
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
71
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
72 \frame{ \frametitle{Programmierungs-Anti-Patterns}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
73
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
74 \begin{block}{}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
75 \begin{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
76 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
77 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
78 \end{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
79 \end{block}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
80
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
81 }
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
82
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
83
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
84
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
85 \section{Zusammenfassung}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
86 \frame{ %\frametitle{Zusammenfassend}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
87 \begin{block}{Zusammenfassung}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
88 \begin{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
89 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
90 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
91 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
92 \end{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
93 \end{block}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
94
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
95 \pause
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
96
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
97 \begin{block}{Fazit}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
98 \begin{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
99 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
100 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
101 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
102 \end{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
103 \end{block}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
104 }
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
105
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
106
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
107
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
108 \end{document}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
109
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
110