Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[do not merge] Make some higher level comments about the code #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gassmoeller
Copy link
Collaborator

Do not merge this pull request, I merely used this as a convenient way to comment :-)

Below are some first thoughts I had when looking through the source code. In general I find the code relatively simple to read (which is very good), but there is room for improvement regarding the structure of the overall program. For example you currently implement everything in header files, with just a single source file (main.cpp) including all of the headers. Was this a conscious decision, or would you be fine spliting them into header/source file pairs? That would allow for a better documentation of the individual functions.

Overall my comments below are not as important as the ones I raised in #2, and #2 should be addressed first before addressing the comments in this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant