Lecture 5
2
hw2 (general programming) tips
•You can be less than perfect and still do well
•Write/think pseudocode before you write Java
•Submit partial solutions, park on downhill slope
•Use memo.txt to track problems/solutions
•If you get help please say so!
•Naming and prettyprinting conventions matter
•When UI is specified
–go for exact match (PhoneBill class)
–don’t do more than is asked for!