Difference between revisions of "BTP300A Team 0 Weekly Log"
(Created page with '==NOTE: THIS IS A SAMPLE!== ==Week 1== *9/03 (Monday): Pair Programming in the Computer Lab. *9/05 (Wed): Pair Programming at Learning Commons. *9/06 (Thursday): Debug the displ…') |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
==Week 1== | ==Week 1== | ||
− | *9/03 (Monday): | + | *9/03 (Monday): segmentation fault (reported by Peter) |
− | *9/05 (Wed): | + | ** FIXED ON 9/05 BY CHRIS |
− | *9/06 (Thursday): | + | ** explanation/solution: the array index gets too big |
+ | *9/05 (Wed): the cursor does not move to the next line (reported by Chris) | ||
+ | ** explanation/solution: setPosition receives incorrect values | ||
+ | ** FIXED ON 9/07 BY PETER | ||
+ | *9/06 (Thursday): the program does not respond to the ESC key press (reported Peter) | ||
+ | ** FIXED ON 9/09 BY PETER & CHRIS | ||
+ | ** explanation/solution: a missing test on the ESC key press | ||
==Week 2 == | ==Week 2 == | ||
==Week 3 == | ==Week 3 == |
Latest revision as of 19:18, 5 September 2013
NOTE: THIS IS A SAMPLE!
Week 1
- 9/03 (Monday): segmentation fault (reported by Peter)
- FIXED ON 9/05 BY CHRIS
- explanation/solution: the array index gets too big
- 9/05 (Wed): the cursor does not move to the next line (reported by Chris)
- explanation/solution: setPosition receives incorrect values
- FIXED ON 9/07 BY PETER
- 9/06 (Thursday): the program does not respond to the ESC key press (reported Peter)
- FIXED ON 9/09 BY PETER & CHRIS
- explanation/solution: a missing test on the ESC key press