kasteelharry / AKA

The main repository for the Asterion Koningen Applicatie V3.0. Built originally for the Stichting Sociëteit Asterion. Now discontinued due to no interest to continue with this project by either party. This was also our first project in React and Express and thus some code might not be optimal or clean.
MIT License
1 stars 0 forks source link

Rewrote most service level files into classes #16

Closed kasteelharry closed 2 years ago

kasteelharry commented 2 years ago

Description

I rewrote most classes into proper classes. This would make it easier to improve on certain parts of the code base later on and would make unit testing more feasible. It also had the side effect of making it possible to simulate a database for testing without actually having to access data from the database.