A-Level Programming Project

Development

This section covers the development part of the Programming Project. Worth 25 marks, it is the section in which you build the actual program. This is best done as a diary of development, documenting the development as you go. This includes the testing of each phase of development.

Setting out the Development

The 3-Sentence Rule (For Every Feature You Develop)

Whenever you describe a piece of development, you should include three things.

1️⃣ What I implemented
Describe the feature briefly.
2️⃣ Why I chose this approach
Following your development, explain the reasoning behind the programming decisions you made.
3️⃣ Why it is effective for the system/user
Explain how it improves the program. THis helps with your justification of choice.