We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Source files are gradually getting out of hand in terms of size. We need to break them into pieces and give them recognizable names
Source and header files are currently mixed. all header files should go to the include directory
We need to clean up stray text, decide on a uniform coding and commenting style
The text was updated successfully, but these errors were encountered:
Any suggestions? As for headers, I do not see any in src except the one auto-generated by .in file.
Sorry, something went wrong.
It was a general comment. It will take some time to develop a uniform coding style. Of course, if you already have one, we can adopt that.
Yes, can we move that generated header file to /include as well?
Yes, I can. I guess we also want to make the best effort to keep 1-to-1 correspondence between .h and .c files.
No branches or pull requests
Source files are gradually getting out of hand in terms of size. We need to break them into pieces and give them recognizable names
Source and header files are currently mixed. all header files should go to the include directory
We need to clean up stray text, decide on a uniform coding and commenting style
The text was updated successfully, but these errors were encountered: