2018-12-13 17:11:57 +08:00
|
|
|
.. _coding_guidelines:
|
|
|
|
|
|
|
|
Coding Guidelines
|
|
|
|
#################
|
|
|
|
|
2021-04-02 07:28:25 +08:00
|
|
|
ACRN Project coding guidelines establish a common set of standards and
|
|
|
|
practices that improve the readability and maintainability of the code.
|
|
|
|
These guidelines also help ensure that the code is safe, secure, and reliable
|
|
|
|
by reducing undefined or unspecified behavior through restrictions on the use
|
|
|
|
of problematic areas of the programming language.
|
2019-03-19 13:07:58 +08:00
|
|
|
|
2019-04-19 09:29:03 +08:00
|
|
|
The following sections document the project's language-specific guidelines:
|
2019-03-19 13:07:58 +08:00
|
|
|
|
2019-04-19 09:29:03 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2019-03-19 13:07:58 +08:00
|
|
|
|
2019-04-19 09:29:03 +08:00
|
|
|
c_coding_guidelines
|
2019-04-28 14:39:55 +08:00
|
|
|
asm_coding_guidelines
|