-
Notifications
You must be signed in to change notification settings - Fork 60
Update api_guideline.rst #1610
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
base: main
Are you sure you want to change the base?
Update api_guideline.rst #1610
Conversation
The created documentation from the pull request is available at: docu-html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am fine from process and safety point of view, Maybe add a SW development expert to the review?
Further, handle errors internally if feasible but bubble an error up if a user should know about it. | ||
|
||
Throwing exceptions should be avoided, as they normally come with heap allocation. | ||
In C++ exceptions are therefore hardwired to an abort. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought only in the project specific configuration of C++ (lib)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved to C++. And yes only for this project, but this guideline is only for this project.
62f18e5
to
7238842
Compare
* initialization of variables. | ||
|
||
For this project an code style is not yet decided. | ||
For this project an code style is not yet fully decided. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a code style / a coding style
This PR is stale because it has been open for 30 days with no activity. It will be closed in 10 days if no further activity occurs. #magic___^_^___line |
7238842
to
6156bcc
Compare
|
6156bcc
to
d7d0ca2
Compare
d7d0ca2
to
c42bb9f
Compare
No description provided.