From d2d1441077d0a7f0462cd5837d4381a6a4c32008 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Thu, 11 Apr 2024 20:18:46 -0400 Subject: [PATCH] updating the readme --- old_hws/10_instagram_notifications/README.md | 7 ++++--- old_hws/10_instagram_notifications/README.txt | 12 ++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/old_hws/10_instagram_notifications/README.md b/old_hws/10_instagram_notifications/README.md index fa2d6f8..4dba3c1 100644 --- a/old_hws/10_instagram_notifications/README.md +++ b/old_hws/10_instagram_notifications/README.md @@ -307,11 +307,12 @@ You can test (but not view) the instructor's code here: [instructor code](http:/ ## Rubric 17 pts - - README.txt Completed (2 pts) + - README.txt Completed (3 pts) - One of name, collaborators, or hours not filled in. (-1) - Two or more of name, collaborators, or hours not filled in. (-2) - - IMPLEMENTATION AND CODING STYLE (Good class design, split into a .h and .cpp file. Functions > 1 line are in .cpp file. Organized class implementation and reasonable comments throughout. Correct use of const/const& and of class method const. ) (7 pts) - - No credit (significantly incomplete implementation) (-7) + - No reflection. (-1) + - IMPLEMENTATION AND CODING STYLE (Good class design, split into a .h and .cpp file. Functions > 1 line are in .cpp file. Organized class implementation and reasonable comments throughout. Correct use of const/const& and of class method const. ) (6 pts) + - No credit (significantly incomplete implementation) (-6) - Putting almost everything in the main function. It's better to create separate functions for different tasks. (-2) - Function bodies containing more than one statement are placed in the .h file. (okay for templated classes) (-2) - Missing include guards in the .h file. (Or does not declare them correctly) (-1) diff --git a/old_hws/10_instagram_notifications/README.txt b/old_hws/10_instagram_notifications/README.txt index 73c0a06..0bab0a8 100644 --- a/old_hws/10_instagram_notifications/README.txt +++ b/old_hws/10_instagram_notifications/README.txt @@ -22,3 +22,15 @@ ESTIMATE OF # OF HOURS SPENT ON THIS ASSIGNMENT: < insert # hours > MISC. COMMENTS TO GRADER: (optional, please be concise!) +## Reflection and Self Assessment + +Discuss the issues you encountered during development and testing. What +problems did you have? What did you have to research and learn on your +own? What kinds of errors did you get? How did you fix them? + +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 > +