Skip to content
Snippets Groups Projects
Commit 5089e7ac authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

Added a slide on judging abstraction level

parent 64ebe1d8
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -1108,6 +1108,32 @@ $ms$: real
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Judging Appropriate Abstraction}
\begin{itemize}
\item If an MIS is too abstract, it won't capture enough information for someone
to do the implementation
\item In some cases an MIS is not abstract enough
\bi
\item This can happen when someone is reverse engineering their spec from
exisiting code
\item Can happen with an operational specification, as opposed to a descriptive
specification
\ei
\item Judge the abstraction level by
\bi
\item If a change in how your code works requires a change in your
specification, look for a better abstraction
\item If writing and maintaining the spec is exceedingly frustrating, the spe
could be too concrete
\ei
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Examples}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment