RidgeRun Developer Manual/Coding Styles/C++: Difference between revisions

Line 7: Line 7:
When writing software source code there are many coding styles as the concept covers a lot of aspects (some of them subjective). In general RidgeRun tries to follow the [https://google.github.io/styleguide/cppguide.html Google C++ Style Guide].
When writing software source code there are many coding styles as the concept covers a lot of aspects (some of them subjective). In general RidgeRun tries to follow the [https://google.github.io/styleguide/cppguide.html Google C++ Style Guide].


== Other good practices ==
== Good practices ==


=== Conditionals ===
=== Conditionals ===