When working with custom libraries, how do you arrange your directories? I'm tossing up between having a central "custom libraries" directory, that all future projects can pull from, or keeping all files required for a project in the project directory. The downside of the central approach is I can no longer just zip and share my project folder, since the project depends on libraries in an external folder. The downside of the project-based approach is I can't reuse custom libraries without copying them into the new project folder, opening up opportunities for versioning errors. Any guidance?
Ranking | Name | Answers |
---|---|---|
1 | PCBWay Team | 8 |
2 | Engineer | 1 |