| 2 | = Suggestions for Student Applications = |
| 3 | * When thinking about the goals within you project, consider (to list these as goals NOT include in application): |
| 4 | * Complete Specification Requirements (how can you code it, if you don't know what "it" is) |
| 5 | * User Stories, wire-frames, flow-charts |
| 6 | * Testing (If you haven't tested it - it doesn't work) |
| 7 | * Documentation - for maintenance, for developers (if it is framework functionality which will be re-used) and for users (if the code isn't documented - it's not finsihed) |
| 8 | * Think about goals in terms of what will the user (or developer, if you are looking at a framework feature) be able to do. |
| 9 | * Don't be afraid to ask questions to the mentors for the projects. |
| 10 | |