add solution for hw8

This commit is contained in:
JamesFlare1212
2025-04-07 17:10:37 -04:00
parent 9d1335bc18
commit 9fd32f72f6
6 changed files with 474 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
HOMEWORK 8: Youtube Comments
NAME: < insert name >
NAME: Jinshan Zhou
COLLABORATORS AND OTHER RESOURCES:
@@ -10,13 +10,13 @@ List the names of everyone you talked to about this assignment
LMS, etc.), and all of the resources (books, online reference
material, etc.) you consulted in completing this assignment.
< insert collaborators / resources >
FAQ in submitty and some example / tools about JSON
Remember: Your implementation for this assignment must be done on your
own, as described in "Academic Integrity for Homework" handout.
ESTIMATE OF # OF HOURS SPENT ON THIS ASSIGNMENT: < insert # hours >
ESTIMATE OF # OF HOURS SPENT ON THIS ASSIGNMENT: 10 hr
MISC. COMMENTS TO GRADER:
@@ -33,5 +33,10 @@ What parts of the assignment did you find challenging? Is there anything that
finally "clicked" for you in the process of working on this assignment? How well
did the development and testing process go for you?
< insert reflection >
The progress of the entire project has been a bit bumpy. Parsing JSON hasn't
been an issue, but there were some troubles with backslashes. The most
annoying part was the statistics for the total relpy, which due to poor
design made it difficult for me to implement. In the end, I had to
rewrite the comment class, which in turn altered the logic of other
parts; it was really troublesome.