Skip to content

Inline code in header files should probably be implemented in separate *.inl files #19

@nasso

Description

@nasso

Some headers are getting way too hard to read because of all the inline code (e.g. World.hpp).

We could instead implement all the functions in a separate .inl file that is included at the bottom of the header file. This should make the code easier to read and document.

See also: https://stackoverflow.com/questions/1208028/significance-of-a-inl-file-in-c

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions