Skip to content

Hierarchical codebase#8

Open
cantordust wants to merge 2 commits intomainfrom
hierarchical-project-structure
Open

Hierarchical codebase#8
cantordust wants to merge 2 commits intomainfrom
hierarchical-project-structure

Conversation

@cantordust
Copy link
Member

@cantordust cantordust commented Mar 17, 2026

  • Organised the codebase into a more modular hierarchy:
    • Header files under include
    • Source files under src
    • Configuration files under config
    • Input data files under data
    • Other files (for now, only logos) under assets
    • Python files under bindings

Closes #3

	- Header files under `include`
	- Source files under `src`
	- Configuration files under `config`
	- Input data files under `data`
	- Other files (for now, only logos) under `assets`
	- Python files under `bindings`
@cantordust cantordust changed the title - Organised the codebase into a more modular hierarchy: Hierarchical codebase Mar 17, 2026
@cantordust cantordust marked this pull request as ready for review March 17, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve project structure

1 participant