Parent Directory
|
Revision Log
dont-forget: a bunch of development issues to think about. TODO for the rest of the summer. -sam
1 Son of WeBWorK - TODO list 2 3 1. write template file from what we drew on the board 4 2. normalize files: 5 - (c) header on all files 6 - standard order of preamble lines: 7 1. (c) header 8 9 2. package PACKAGENAME; 10 11 3. short summary of the package (pod's NAME section) 12 13 4. use - pragmatic modules 14 5. use - standard perl modules 15 6. use - CPAN modules 16 7. use - webwork modules 17 - ALWAYS use strict and use warnings 18 - use "use base" rather than "our @ISA" 19 - no warnings or errors! 20 - (later on) POD documentation for all files 21 3. fix templating code in ContentGenerator, add new escape functions 22 4. implement the new template 23 5. implement ProblemSets and ProblemSet 24 6. Implement Options (email address and password) 25 ?. continuing code cleanup
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |