Coding style

This page contains various rules, which anyone working on OpenCOR should respect. These rules were taken (paraphrased, if not simply copied/pasted) from the Qt Coding Conventions document.

General

Code constructs

The following guidelines exist to make the code faster, clearer, and/or to take advantage of the strong type checking in C++.

Formatting

Patterns and practices

OpenCOR specific