diff options
author | Blaise Thompson <blaise@untzag.com> | 2018-04-03 21:38:10 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2018-04-03 21:38:10 -0500 |
commit | cb3623ace16791ccce6611f4ed7f4b659ffe8767 (patch) | |
tree | bb395c5f9398f1136a70110b24f01f879b63e6ad /software | |
parent | ea0a89fccc79836bf2bcd5a9992a05c4d4918157 (diff) | |
parent | 38deb5a2b0cf0241fb8fbb754d0c9dd630f7d020 (diff) |
Merge branch 'master' of git.chem.wisc.edu:bthompson/dissertation
Diffstat (limited to 'software')
-rw-r--r-- | software/chapter.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/software/chapter.tex b/software/chapter.tex index 758ca8f..d4a1517 100644 --- a/software/chapter.tex +++ b/software/chapter.tex @@ -318,6 +318,8 @@ OOP is a deep subject with many patterns and concepts behind it. % There are many places to read further [CITES].
I recommend The Quarks of Object-Oriented Development, by \textcite{ArmstrongDeborahJ2006a}. %
+% TODO: consider discussion of polymorphism
+
\section{Hierarchical data format} % -------------------------------------------------------------
One of the particularly important challenges in CMDS is data storage. %
|