Difference between revisions of "Code Reading Exercise"
Line 1: | Line 1: | ||
+ | =Questions= | ||
+ | |||
+ | # Which file(s) did you have to examine? | ||
+ | # What are your first reactions to these files when you examine them? | ||
+ | # How is the code for working with command-line switches organized at the method, class and project levels? (e.g. is is all in one class? broken across multiple classes? spread across many methods? etc) | ||
+ | # How are invalid or non-existent Filenames dealt with? | ||
+ | # Find and describe 2 similarities between the code you examined in both projects. | ||
+ | # Find and describe 2 differences between the code you examined in both projects. | ||
+ | |||
<table> | <table> | ||
<tr> | <tr> |
Revision as of 15:51, 18 January 2007
Questions
- Which file(s) did you have to examine?
- What are your first reactions to these files when you examine them?
- How is the code for working with command-line switches organized at the method, class and project levels? (e.g. is is all in one class? broken across multiple classes? spread across many methods? etc)
- How are invalid or non-existent Filenames dealt with?
- Find and describe 2 similarities between the code you examined in both projects.
- Find and describe 2 differences between the code you examined in both projects.
Make | Ant | NAnt | XBuild | |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 |