From d46b870d028628d5c07aa85b4451567c524ccc5d Mon Sep 17 00:00:00 2001 From: Spencer Smith <smiths@mcmaster.ca> Date: Fri, 16 Mar 2018 10:17:34 -0400 Subject: [PATCH] Note added to A4 that performance is not an important consideration for the design --- Assignments/A4/A4.tex | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Assignments/A4/A4.tex b/Assignments/A4/A4.tex index 2905b88e..9a678ad8 100644 --- a/Assignments/A4/A4.tex +++ b/Assignments/A4/A4.tex @@ -63,11 +63,13 @@ using doxygen. Your test code should use \texttt{catch}, version 2. \section *{Step \refstepcounter{stepnum} \thestepnum} -Submit your design specification, written in LaTeX, of the MIS for the game state module. If your -specification requires additional modules, you should include their MISes as -well. It is up to you to determine your modules interface; that is, you decide -on the exported constants, access programs, exceptions etc. You also determine -your state variables and specify the semantics for your access program calls. +Submit your design specification, written in LaTeX, of the MIS for the game +state module. If your specification requires additional modules, you should +include their MISes as well. It is up to you to determine your modules +interface; that is, you decide on the exported constants, access programs, +exceptions etc. You also determine your state variables and specify the +semantics for your access program calls. Your design does not need to concern +itself with performance. \section*{Part 2} -- GitLab