Went through and renamed all methods which are only used internally within the class as local methods (i.e. with a leading underscore). This obviously doesn't change anything about the way the program functions, but it does organize it better.
Fixes #20
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Testing
Just ran some commentary to make sure no renames were missed and the program still works as before.
Description
Went through and renamed all methods which are only used internally within the class as local methods (i.e. with a leading underscore). This obviously doesn't change anything about the way the program functions, but it does organize it better.
Fixes #20
Type of change
Testing
Just ran some commentary to make sure no renames were missed and the program still works as before.