Open johnothwolo opened 4 years ago
I was studying your code and noticed some CPP files had multiple class definitions. I would like to suggest that different files are created for each class, and folders are created to house those files. e.g.:
|- BTree \ |- BTreeIterator.cpp |- BtreeNode.cpp | |- Device \ |- DeviceMac.cpp |- DeviceLinux.cpp
I'm basically suggesting an improvement in the project structure, because I believe this will keep organization as the project grows.
I was studying your code and noticed some CPP files had multiple class definitions. I would like to suggest that different files are created for each class, and folders are created to house those files. e.g.:
I'm basically suggesting an improvement in the project structure, because I believe this will keep organization as the project grows.