Using git and submodule, what's a good folder structure?

前端 未结 3 721
轮回少年
轮回少年 2021-01-12 03:19

I use git with submodules, and I\'ve hard time to figure out how to organize my files. I develop in PHP, and use unit testing. So right now, I use this organization for each

3条回答
  •  孤城傲影
    2021-01-12 03:57

    I would not have the tests in a separate module. Keep it in the same repository.

提交回复
热议问题