Wednesday, 25 June 2014

Things to include in your development section

In the development section should be details of the tests you have written, and the development you have completed.

You need to have tests - either performed manually, or better - automatically. The test code if you have run it automatically should be snipped using the snipping tool and put into the report.

You should also have comments in your code, and variable names should be expressive of what they are to contain.  ie use 'currency' instead of 'c'.

You need to explain the code that you use, it should be sufficient to use comments in your code, which is placed into your report.  It is also advisable to have a particular discussion on the variables you have used.  Use the table format that we used in our sorting exercise to help you.  you may need to look at https://github.com/ams-bjones/sorting for a reminder with this.

No comments:

Post a Comment