Closed Gadroc closed 9 years ago
Currently the code is all intermingled in one file. As we add more functionality it will be hard to maintain. In addition ordering becomes important which can lead to bugs.
We should move each object / concern into it's own file.
Merged, thanks!
Currently the code is all intermingled in one file. As we add more functionality it will be hard to maintain. In addition ordering becomes important which can lead to bugs.
We should move each object / concern into it's own file.