/
Coding Style
Coding Style
This page describes the common coding style we apply in the SNAP project. We use a slight modification of the IntelliJ IDEA default coding style which has been used for the majority (if not all) BEAM code. In IDEA create the SNAP coding style as follows or copy Align multiple method call parameterers: Use fully qualified import statements (avoid wildcard '*'): Adhere to PEP-8! Java
SNAP.xml
into ${home}/.IntelliJIdea14/config/codestyles
.Python
, multiple selections available,
Related content
Visual Studio Code
Visual Studio Code
Read with this
Developer Guide
Developer Guide
Read with this
High-Level Architecture
High-Level Architecture
Read with this
IntelliJ IDEA
IntelliJ IDEA
More like this
What to consider when writing an Operator in Python
What to consider when writing an Operator in Python
More like this
Command-line Interfaces
Command-line Interfaces
Read with this