Skip to content

Commit a490e6d

Browse files
committed
Make small improvements to the slides for week eleven.
1 parent dc000bf commit a490e6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cs102-week-eleven.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
%
104104
\item Imperative or declarative specification of functions
105105
%
106-
\item Discrete structures normally have a function interface
106+
\item Discrete structures normally have a ``function interface''
107107
%
108108
\end{itemize}
109109
%
@@ -221,7 +221,7 @@
221221
%
222222
\item Dictionary keys must be an immutable object
223223
%
224-
\item The value of the key can be of any data type
224+
\item The value connected to the key can be of any data type
225225
%
226226
\item Integers and strings are common types for the key
227227
%
@@ -469,14 +469,14 @@
469469
%
470470
\item A discrete structure can often be mutable, giving flexibility
471471
%
472-
\item It is harder to make a function mutable, in most languages
472+
\item It is often hard to make a function mutable at runtime
473473
%
474474
\item The lookup of a value for a key is done efficiently in a
475475
dictionary
476476
%
477477
\item A function that computes the value for a key may take time
478478
%
479-
\item But, what is going to be easier to program and test?
479+
\item But, what is going to be easier to program, test, and maintain?
480480
%
481481
\end{itemize}
482482
%

0 commit comments

Comments
 (0)