diff options
author | ArghKevin <kagheli@student.sdccd.edu> | 2024-05-08 21:35:56 -0700 |
---|---|---|
committer | ArghKevin <kagheli@student.sdccd.edu> | 2024-05-08 21:35:56 -0700 |
commit | f9268dd7e0e7a91e7a615bfffe18bceef31eae0d (patch) | |
tree | fb4f4f1a19e9159500c6155976c08d516cf1a9b5 /README.md | |
parent | 2825d4fc760bd2b25f56a064905c8bd5a906c126 (diff) |
Progress description.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -146,7 +146,8 @@ families included. To get the whole thing, clone from github. ## Week 3: Updates Repository re-organized. Font family metadata saved, all outline font files removed. -CSV parsing added. Not quite the original design, makes more sense. Array of hash maps. -JSON parsing not yet implemented. The places where it will be needed have been outlined. +The repository has changed from 2GB to 30MB. +CSV parsing added. Not quite the original design, but one that's more practical. It's made of an array of hash maps. +JSON parsing not yet implemented, though the places where it will be needed have been outlined. Javadoc comments added for existing methods. ![week3](week3.png) |