Skip to content

[RFC-002] Standardize where to return or pass outward by reference #36

Description

@TheCurle

Currently the engine uses a large mixture of the two.

We should standardize where to:

bool ProcessStuff(const Input& in, Output& out);

or:

Output ProcessStuff(const Input& in);

because the current system just doesn't work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    RFCRequest for Comments

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions