Separate “include” and “src” folders for application-level code? [closed]
I also separate them, but not strictly on the extension, but on the access of the file. Suppose you have a module that manages customer information and uses 2 classes to do this: Customer, CustomerValidityChecker. Also suppose that other parts in your application only need to know about the Customer class, and that the CustomerValidityChecker … Read more