JurassicParkTrespasser
JurassicParkTrespasser copied to clipboard
Match source file locations to their projects
Most projects have one or more directories for their source code. But sometimes they own source files from other directories as well. For example, the GeomDBase
project has most of its code in Lib/GeomDBase
, but also some code in Lib/Renderer
and GUIApp
.
The source code should be reorganized so that no two projects directly share a source code directory.
When files are moved, that should be done via Git so that their commit history is retained.