How much code has been documented? - PanMaster13/Battleship GitHub Wiki
Majority of the codes have been documented with summaries of what the function does and some even have remarks to indicate the formatting or return values of the function. Complicated algorithms are also provided with a brief statement on what it does.
After converting the code from VB to C#, the first thing that must be done is to have someone that has knowledge of both languages to make sure that the converted codes are correct. After that, the team should try to build and run the code. If it fails to run, the problems must be identified and fixed. This process will be repeated until the program can be successfully ran. Then, the debugging process of the functional and none functional issues of the game can begin.