forked from CoolProp/IF97
-
Notifications
You must be signed in to change notification settings - Fork 0
Coding Guidelines
Jeff Henning edited this page Oct 12, 2025
·
1 revision
- Please use spaces for indentation rather than tabs. This creates a consistent look in whatever editor the other developers are using and makes for cleaner presentation.
- Please follow the Google C++ Style Guide for consistent coding philosophy and structure.
- Please try to write DRY code.
- One of the goals of CoolProp is to maintain backward compatibility with older compilers, needed to compile CoolProp for older versions of Python. This means, in general, that the C++11 language standards should be used as they are the latest standard supported by CoolProp.