Skip to content

project: refactor project paths

Jakub Ružička requested to merge path-refactor into master

Contain project paths management in a dedicated ProjectPaths class in order to:

  • simplify Project class code
  • access paths with nice project.path.input syntax
  • allow for future extensions such as configurable paths

Closes: #69 (closed)

Merge request reports