Skip to content

Commit 7d6edab

Browse files
one more slide...
1 parent 17cfb69 commit 7d6edab

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

week-01/presentation-week01.pdf

10.5 KB
Binary file not shown.

week-01/presentation-week01.tex

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,12 +998,27 @@ \section{Packaging Your Stuff}
998998
\item Set up the package structure
999999
\item Put it in gitHub (or some RCS)
10001000
\item Map out the design
1001+
\item Develop a "plan of attack"
10011002
\item Determine major third party packages you will need.
1002-
\item Write a few unit tests (even if they all fail!)
1003+
\item Write at least a few unit tests (even if they all fail!)
10031004
\end{itemize}
10041005

10051006
\end{frame}
10061007

1008+
%-------------------------------
1009+
\begin{frame}[fragile]{Homework}
1010+
1011+
{\Large A Plan of Attack}
1012+
\vfill
1013+
A plan of attack is an outline for how you intend to tackle you project -- what you will do first, second, etc, and how long you think each component will take.
1014+
\vfill
1015+
It doesn't need to be terribly detailed -- perhaps mapped out week by week.
1016+
\vfill
1017+
Note that at the end of the class you will present your work -- and you should have \emph{something} working -- I'd rather see one working feature than 10 semi-completed but disfunctional ones.
1018+
1019+
\end{frame}
1020+
1021+
10071022
%-------------------------------
10081023
\begin{frame}[fragile]{Project Time!}
10091024

0 commit comments

Comments
 (0)