diff --git a/hws/02_schedule_classes/README.md b/hws/02_schedule_classes/README.md index 7707541..ef1d7ab 100644 --- a/hws/02_schedule_classes/README.md +++ b/hws/02_schedule_classes/README.md @@ -138,4 +138,4 @@ to comment your code! Use the provided template [README.txt](./README.txt) file You must do this assignment on your own, as described in the [Collaboration Policy & Academic Integrity](https://www.cs.rpi.edu/academics/courses/fall23/csci1200/academic_integrity.php) page. If you did discuss the problem or error messages, etc. with anyone, please list their names in your README.txt file. -**Due Date**: 09/14/2023, Thursday, 23:59pm. +**Due Date**: 09/14/2023, Thursday, 23:59pm. - **extended to 09/15/2023, Friday, 23:59pm, due to the network outage on Tuesday.** diff --git a/hws/02_schedule_classes/rubric.txt b/hws/02_schedule_classes/rubric.txt index b126a45..8e647b9 100644 --- a/hws/02_schedule_classes/rubric.txt +++ b/hws/02_schedule_classes/rubric.txt @@ -16,7 +16,6 @@ This is just from one of the previous semesters, made by the instructor who was - Poor file organization: The .h and .cpp files should approximately match the class name (ignoring capitalization, underscores, etc) (-1) - Poor file organization: Puts more than one class in a file (okay for very small helper classes, maybe) (-1) - Poor file organization: Main should probably not be in a class implementation file (-1) - - A private variable in class is vector, which makes the program more complicated. (-1) - Uses friend functions to access private fields (-1) - No constructor (default or otherwise) (0) - 3rd STATISTIC DESCRIPTION (3 pts) (The README.txt file contains a clear and concise description of an interesting statistic different from the first two tables of data.)