CPSC 421-010 Object-Oriented Programming (OOP) Spring 2023
Week 3 Class 5 Tue Jan 24 Posted: Jan 24
After Class
- I posted feedback for Project 1 v1a as GitHub Issues. The scores are in Brightspace.
- Always perform a
git pull
before you start making any changes to your code. That prevents
the need for a git merge after. For the 010 section, that would have prevented some of the
git warnings that students were getting.
- For Rainfall IV, I am not concerned with the order or number of commits. Get your program up to the point that I showed in class (and you can view on GitHub)
Announcements
- Rainfall III Feedback Posted as Report3.md on branch, feedback3
- Due Dates Unless I give you a specific time, all deadlines are by 11:59:59 pm of the day listed
- Project 1
- Not all parts of the project have the same level of difficulty or take the same
amount of time. I definitely suggest you work ahead of the due dates
- The function already in srcFacts is refillContent(). I accidentally showed code in class
that was from another version that used the name refillBuffer()
- I changed the due date for v1b
- Guide: Git Tags
Class
Unless noted otherwise, all exercises are due by 4:30 pm on Wed Jan 25