Friday, November 13, 2009

Grades for week 9

Everybody completed the minimal task for this week. I hope you read more on classes in this blog since it is the most fundamental topic in Java. Although we do not have much time to dedicate to it because the course caters more to the Web development line of use of your knowledge, reread the topic and go as deep into it as you can. Good ways of using classes (in addition to separating some parts of graphics will add to your project value.

Although the minimal requirements were satisfied by all, as I said in the beginning of the course, the contenders for A-level grade should try to maximize the effect of every task (not just formally satisfy it). This week we saw how some students took the idea of size and color control to a higher level allowing to do it dynamically. This supports the dominant program development pattern: MVC (model-view-controller) where the way the user tries to control the systems behavior and the way the backbone model works (image in this case) are separated into different classes, allowing to change the model (images) without changing the way users interface with the system or change interface behavior on the same internal models.

No comments:

Post a Comment