CS 4773 Object Oriented Systems, Spring 2005 Assignment 3 Comments
- Graded on a basis of 30 points
- A GUI class should jest be a GUI, not do network or string manipulation.
- Always check for valid input - assume what you are getting may be garbage.
- Always send valid input - do not assume that the receiver will check that it is valid.
- Don't send "False" when the receiver is expecting "true".
- You should never have an uncaught exception.
Watch out what happens when a connection is closed.
- Don't forget the send the newline after your name on the initial message.
- Please set up the command line as requested.
- Use the standard naming convention.