Code Development Outline and Begin Coding

Outline the features to program by priority--core features, enhanced features, and wish list features. You will find an example of a basic requirements document in the examples tab, as well as the feature map example that can serve the same purpose. Begin coding and maintain well organized code as you progress towards your first full demonstration. It is important to code in "chunks" that you can test frequently to minimize the chance of some bugs getting very hard to diagnose.

Optionally, you could use pseudocode to outline your plan for development as well. This Kahn Academy tutorial is a good introduction to the technique.

❏ Deliverable A document or slide that outlines your progressive development plan.

Last updated