Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

/include and /src directories

 Header files need to be put into the include directory for better organization of the codebase. I will do this after all branches have been merged and conflicts resolved before we start working on the code again in the fall.

Testing

Clearly, the issue we had happened due to a lack of integration testing. Had that been done, we would have spotted the error earlier in the coding process (and not a day before launch).

...