Skip to content
Jeff Henning edited this page Oct 12, 2025 · 1 revision

For Developers and Contributors:

  • 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.

Additional Resources

Clone this wiki locally