aboutsummaryrefslogtreecommitdiff
path: root/report
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-04-19 16:32:14 +0200
committerPacien TRAN-GIRARD2014-04-19 16:32:14 +0200
commitdeb050e1caa9bb0c824e1c7cee0aed44e7161683 (patch)
treead74e45c3110e40cefb9e4cc67af770417b5c51f /report
parentb0709c8a9de47169bbee25eed895d06fbeead12a (diff)
downloadesieequest-deb050e1caa9bb0c824e1c7cee0aed44e7161683.tar.gz
Update report
Diffstat (limited to 'report')
-rw-r--r--report/progression.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/report/progression.tex b/report/progression.tex
index 1a74d8d..0108d2d 100644
--- a/report/progression.tex
+++ b/report/progression.tex
@@ -382,12 +382,21 @@ Moving characters that can move to adjacent rooms once permitted were added.
382 382
383\section{Zuul even better} 383\section{Zuul even better}
384 384
38586d6f56dd - A code refactoring was done.
386
385\subsection{Inheritance} 387\subsection{Inheritance}
386 388
389Inheritance (and interfaces) was already used for Character-s, Door-s, Item-s,
390and View-s since the beginning.
391
387\subsection{Abstract Command} 392\subsection{Abstract Command}
388 393
394The Performer class was replaced by multiple Command sub-types.
395
389\subsection{Packages} 396\subsection{Packages}
390 397
398The code was already organised in packages.
399
391 400
392\section{Zuul without BlueJ} 401\section{Zuul without BlueJ}
393 402