CSC 217 Lab 06 Integrate into Student
Now that the Schedule
is complete, the Student
class should use it keep track of a Student
’s schedule.
Integrate Schedule
into Student
Follow the provided design to integrate Schedule
into the Student
class.
The introduction of the new schedule functionality shouldn’t lead to the regression of any existing tests. If you do run into any issues, determine if you need to update the tests to meet the new requirements OR if there is a bug in your new code.
Push to GitHub
Push your PackScheduler
project to GitHub
- Add the unstaged changes to the index.
- Commit and push changes. Remember to use a meaningful commit message describing how you have changed the code.
Reminder: Staging and Pushing to GitHub
GitHub Resources: