Updated ADIOS2 Coding Guidelines (markdown) authored by williamfgc's avatar williamfgc
...@@ -12,7 +12,7 @@ This wiki page contains coding guidelines that all developers must follow as sta ...@@ -12,7 +12,7 @@ This wiki page contains coding guidelines that all developers must follow as sta
<h3 class=""><code>Quality</code></h3> <h3 class=""><code>Quality</code></h3>
- Improve the quality of the final software product: reduce potential security risks (segmentation faults, memory leaks and overflows) - Improve the quality of the final software product: reduce potential security risks (segmentation faults, memory leaks and overflows)
- **Contents:** **Contents:**
- [Clang Format Text Style](https://github.com/ornladios/ADIOS2/wiki/Clang-Format-Text-Style) - [Clang Format Text Style](https://github.com/ornladios/ADIOS2/wiki/Clang-Format-Text-Style)
- [File Header Structure and Includes](https://github.com/ornladios/ADIOS2/wiki/File-Header-Structure-and-Includes) - [File Header Structure and Includes](https://github.com/ornladios/ADIOS2/wiki/File-Header-Structure-and-Includes)
- [Variables Scope, Functions, and Namespaces](https://github.com/ornladios/ADIOS2/wiki/Variables-Scope,-Functions,-and-Namespaces) - [Variables Scope, Functions, and Namespaces](https://github.com/ornladios/ADIOS2/wiki/Variables-Scope,-Functions,-and-Namespaces)
... ...
......