Toron5 / Object-orientated-assignment-1

0 stars 0 forks source link

Code Review - Michael Lowen #2

Open MLowen1 opened 2 years ago

MLowen1 commented 2 years ago

Code Review (Michael Lowen 12294679)

In this code review, I have summarised the overall code and then covered each file to provide constructive feedback by covering what has been implemented well, addressing any issues and suggesting what could be improved.

Overall

Good Points

Issues

Suggestions for improvement

Start.cs

Good Points

Issues

Suggestions for improvement

Program.cs

Good Points

Issues

Suggestions for improvement

Input.cs

Good Points

Issues

Suggestions for improvement

Analyse.cs

Good Points

Issues

Suggestions for improvement

Report.cs

Good Points

Issues

Suggestions for improvement

Summary

A good implementation overall. All features described in the brief have been implemented successfully and the results generated are correct. During testing user input was handled correctly, there are opportunities throughout to add in further exception handling however.

Toron5 commented 2 years ago

Thank you for all the Feedback, I have ensured that all my inputs have exception handling and I changed my while loop to be while true instead of using a variable .