This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

Refactored the whole code. Added more abstraction

David Greeson requested to merge refactoring into master

Created by: HighSaltLevels

What/Why

This code needed major refactoring. I added more abstraction (i.e. instead of having an array of weird values, have an array of SpaceValue objects). I also made necessary functions and variables private.

Merge request reports