You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current style guide for whitespace (per CONTRIBUTING.md) recommends:
Use whitespaces to improve code readability (examples: after commas; before and
after mathematical operators (+/-/*// except ^), binary operators
(&&/||/...), and comparisons (</>/==/...); before and after equality
Abstract
The current style guide for whitespace (per
CONTRIBUTING.md
) recommends:does not follow PEP-8 recommendations, i.e.
and
as well as some other discrepancies.
Motivation
The PEP-8 recommendation seeks to improve code readability, so it should be adopted for all coding languages supported by Cantera.
Possible Solutions
Update style recommendations in
CONTRIBUTING.md
, and use style going forward. Add comment that aggressive substitutions are not encouraged.References
Python PEP-8 Whitespace in expressions and statements
The text was updated successfully, but these errors were encountered: