riggtravis / SINS

SINS is not SFIM
MIT License
0 stars 1 forks source link

Files should be broken down. #32

Open riggtravis opened 8 years ago

riggtravis commented 8 years ago

The tests module has made me realize that we have some ridiculously big files. It would be better to seperate some of these files into packages. The convention that I would like to follow is that each file should contain a class and the functions that operate on it. If a function operates on multiple classes it should be put into some sort of base or meta file.