-
Repeated Introduction: Our standard
is that we have a uniform introduction over all our documents because it
makes each document readable on its own.
-
Standard for pseudo code: We have defined
standards for pseudo code in our SQAP.
-
Referring to the SADD: Since
that version that was revieweed, we have defined that the Architectural
Design will be included in the SDD and so there is no such thing as a separate
SADD anymore. The SADD was just the first version of the SDD.
-
Coding standards: These
are mentioned in our SQAP as well.
-
Algorithms: We are going
to mention when we have used a library Java function. Of course,
as Java provides so much, we don't choose between different types of sort
functions, we just choose to use the one Java provides. We will discuss
why we used a particular library function over another (e.g. Hash table
over a Vector). Mahjong specific algorithms have pseudo code.
-
Ambiguous references:
They have been removed, of course.
-
Indentaion: All fixed
now.
-
Glossary: It's included
now.
-
Bibliography: Booch
method now has references in the Introduction.
|