When sharing data between computers it is often helpful to have a method for structuring your data. In our case, even sharing our development code between a laptop and a desktop computer can produce pains. Sometimes, hard coded paths are impossible to avoid.
We simply structure our development code under a single folder and [...]