Lecture 27: Ways to get Homework 12 done
We discussed strategies to approach the practical exam and we have
suggested several incremental strategies of getting hw12 done. We
especially discussed the paint()
method and stressed
that rendering should be kept distinct from the part that
manages the internal model. Both parts are highly specialized
and when one of them is done with incorporating the required changes
into the internal data structure the other one takes over (and paints
the new state of affairs, so that the user know it).
I will post the code we wrote in class here later.