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

C++ Coding Convention/Standards Followed in the Project #611

Open
rishitc opened this issue Mar 1, 2021 · 3 comments
Open

C++ Coding Convention/Standards Followed in the Project #611

rishitc opened this issue Mar 1, 2021 · 3 comments

Comments

@rishitc
Copy link

rishitc commented Mar 1, 2021

Hi,
I wanted to know what is the C++ coding convention/standard followed for this project.

Thanks

@rishitc rishitc changed the title Coding Convention/Standards Followed in the Project C++ Coding Convention/Standards Followed in the Project Mar 1, 2021
@rishitc
Copy link
Author

rishitc commented Mar 3, 2021

Hi,
I found a link that, explains the GNU coding standards, but the website seems to be more oriented towards C than C++,

@kevina
Copy link
Member

kevina commented Mar 11, 2021

Aspell doesn't follow any fixed convention and the coding style may very from file to file. If you are modifying existing code please try and follow the style locally used.

If you are unsure of something the C++ Core Guidelines (https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md) are a good place to start. The Aspell Developer’s Manual (http://aspell.net/dev-html/index.html) documents some of the non-standard conventions used.

@rishitc
Copy link
Author

rishitc commented Mar 11, 2021

Thanks, I'll be mindful of the local conventions followed, while making any changes to the files.

Also, the resource you linked is quite helpful. I've referred to it a few times before as well, and it has never disappointed.

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

No branches or pull requests

2 participants