-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
All source code of this repository resides in folder dogm. From other repositories, I'm used to having source code and e.g. the top-level CMakeLists.txt in the root of the repository. Let's have a quick pros and cons overview of the current solution and moving everything from dogm/ into the root of this repository:
Sources in sub-folder dogm/:
- File list on the github starting page is nice and short, gives direct access to readme
Sources in root:
- Easier navigation, as we are usually working with source files
- Makes professional repository configuration such as the
.clang-formatfile orCMakeLists.txtdirectly visible to visitors - Direct IDE support: when you open the repository with an IDE that supports CMake (e.g. CLion or VS Code), it will automatically configure your project and offer compilation and execution of targets
I see advantages in moving the sources one level up and removing dogm/. Am I overlooking something or do you agree?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels