WARNING These slides are not optimized for printing or exam preparation. These are for lecture delivery only. These slides are made for PowerPoint They may not show up well on other PowerPoint versions. You can download PowerPoint 2010 viewer from here.here These slides contain a lot of animations. For optimal results, watch in slideshow mode.
In CE1, when should you save the file? a)After each user operation b)Periodically (e.g. every 60 sec) c)Only when the user is done all editing d)No need to save (wrong answer!) filesave {a|b|c} e.g. filesave b Try this question again. This time, only the right answer will earn points. Discuss with your neighbors before answering. Consider costs and benefits of each approach. Give priority to costs/benefits that matter to the user.
Assume work as advertised No need to know Necessary?
x Can we tell the same story with less details?
Higher level Same level
intention mechanism
[extra] Junit code sample 11
[extra] Junit code sample 14
Simple code is good code.
Good Code
Is this the best I can do/be?
Good Code Code monkey Code gorilla
Good Code Code monkey Code gorilla Master craftsman
Good Code
Revision Control Software RCS 25% 100%
Revision Control Software RCS
Revision Control Software Repo
Google App Engine
Ask your questions here. Answer questions here.
Ask your questions here. Answer questions here. Well-crafted posts. Ask in advance. Choose from multiple answers.
Learn to leverage the community.
Where we are… Lecture 3 Theme: From program to product idea. Can refactor code to improve quality. Can use revision control locally, individually.
What is the defining feature of an RCS? a)Show versions graphically b)Can take snapshots of files and store them is a low cost manner c)Can go back to previous versions d)Can compare different versions rcs {a|b|c|d} e.g. rcs c rcs {a|b|c|d} e.g. rcs c 77577