Question - Ahh!!
There is no documentation at all !!!!
Answer -
Chill out, Just explore the course website. There is
much more info in the website that you can possible
think. Many students from other semesters have posted
tons of answers about common problems. We strongly
suggest you to check the whole course website. Trust me
on this one.
Question -
Dude, We always miss valuable points when the TA grades our
project!
Answer
- You must print out for each Milestone the "Grading
Criteria" and make sure that you have all the points
right. Many times if you change your code slightly you
can pull your grade up a few points up!!
Question -
I need to see some examples to figure all of this out
Answer-
The best code written in Squeak is already there. Take a
look to the basic Classes / Methods that make Squeak to
work. Open a Class Browser (Alt + B) and search for
something that you might think is good for your project.
The people who wrote Squeak were really sharp, and the
methods and the classes are easy to read and easy to
understand. Another good advice is to overwrite methods
that are already there. So you can make them to work for
you and save you a lot of time.