Week 10
This final week I wanted to make sure everything was ready for submission. I informed my team mate that all his code needed to be merged with the development branch by 4pm on the final day so that I could look at fixing any merge conflicts and run last minute checks. When I am happy the checks pass, I will merge into master and should have time to input all the links into the spreadsheet provided. Reflecting on the project I feel that the backend went well, this is because I spent most of my time learning about KOA, NPM, jsdocs and ESLinter using AirBnB rules. Everything just seemed to fall together nicely and look very neat. Jsdocs allowed me to auto generate documentation and output it to a package. I found a nice theme for the docs and included it for the compile script. I still need to learn a bit more about jsdocs as lots of the files have autogenerated wrong which I suspect is because I need to understand what more of the tags do in commenting. ESLinter was good for makin...