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.
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.