Skip to content

include vs src #5

@turuslan

Description

@turuslan
  • "include": "include/foo.hpp", "src/foo.cpp"
    • difficult to navigate between hpp/cpp
    • install "include" directory
    • "private" headers in "src"
  • "src": "src/foo.hpp", "src/foo.cpp"
    • easy to find hpp/cpp in same directory
    • install "src/**/*.hpp"
    • need to exclude "private" header
  • are there "private" headers? what are they used for?
  • Various utils used in Morum #4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions