Currently the engine uses a large mixture of the two. We should standardize where to: ```cpp bool ProcessStuff(const Input& in, Output& out); ``` or: ```cpp Output ProcessStuff(const Input& in); ``` because the current system just doesn't work.
Currently the engine uses a large mixture of the two.
We should standardize where to:
or:
because the current system just doesn't work.