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
There's two main things that I believe we should change in how we use headers
the function definitions, docstrings, should go in the headers rather than the source .cpp files. That way whoever is looking at how to use a function does not have to look at its implementation.
the headers should be all together in an include directory. This would make it easier to find a source file or a header file, and also hides implementation for whoever is just looking to call OpenMOC from another code.
I'm posting this issue to see if there's any opposition or interest in doing this.
The text was updated successfully, but these errors were encountered:
GiudGiud
changed the title
Headers content and directory
Headers content and include directory
Jun 15, 2020
There's two main things that I believe we should change in how we use headers
the function definitions, docstrings, should go in the headers rather than the source .cpp files. That way whoever is looking at how to use a function does not have to look at its implementation.
the headers should be all together in an include directory. This would make it easier to find a source file or a header file, and also hides implementation for whoever is just looking to call OpenMOC from another code.
I'm posting this issue to see if there's any opposition or interest in doing this.
The text was updated successfully, but these errors were encountered: