Category: Software Engineering

  • Unit Testing

    I was pair programming with a friend of mine (who is getting more in depth into programming) on a small project and the subject of tests (as in Unit Tests) came up to try and debug some behaviour. My friend then communicated that they have not written many tests and was a bit unsure of…

  • Open Source Repository Challenges

    Making the project Open Source is a good thing as it allows others to learn from it but also to so that people can be assured that there is no nasty other software that is installed with the application. However as anyone on the internet can view the source code this introduces complexities that you…