Tom Kelliher, CS 245
Sept. 26, 2008
Class diagrams (embed as much information in the diagrams as reasonably possible) and use case diagrams (and descriptions) due Wednesday.
Use case diagram: break into several if it makes sense to do so.
Read Chapter 4. Online essay.
Linux intro.
Product design.
What is Subversion and why do I care?
Things to see and try:
Comment, comment, comment!
Exercise.
Working in twos or threes:
Create a project, named [Name]Exercise.
Create a class, Colors, in myPackage.
Copy and paste Colors.java code from Practice into the newly-created class.
Share the project.
Checkout the project.
Make a change to the same line of the class file.
Try to update/commit.
Resolve the conflict.