You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
nasso
changed the title
Inline code in header files should probably be implemented in separated *.inl files
Inline code in header files should probably be implemented in separate *.inl files
Jun 2, 2021
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
The text was updated successfully, but these errors were encountered: