diff options
author | Blaise Thompson <blaise@untzag.com> | 2018-04-03 18:16:26 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2018-04-03 18:16:26 -0500 |
commit | 38deb5a2b0cf0241fb8fbb754d0c9dd630f7d020 (patch) | |
tree | 8522882a890545483ba4aab47bce98113128173e /software | |
parent | f17a23c402dce796a0e7483d8a822eb6c874d489 (diff) |
2018-04-03 18:16
Diffstat (limited to 'software')
-rw-r--r-- | software/chapter.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/software/chapter.tex b/software/chapter.tex index 2a6cce2..0b880e4 100644 --- a/software/chapter.tex +++ b/software/chapter.tex @@ -262,6 +262,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 MR-CMDS is data storage. %
@@ -292,7 +294,6 @@ FITS used by astronomy community, with a focus on backwards compatibility. % % CITE https://fits.gsfc.nasa.gov/
% CONSIDER CITING https://fits.gsfc.nasa.gov/rfc4047.txt
-
I have chosen to build off of HDF5. %
\section{Scientific Python} % --------------------------------------------------------------------
|