/
Coding Standard
Coding Standard
This document describes the coding standards for programming languages used by Cask projects.
- Coding Standard
- All the standards have been translated into an IntelliJ settings file to be used when developing code.
- CDAP 6.9+: See this Medium article for the detailed description. Style XML can be found in this repository
- CDAP 6.8 and before:
- Download an IntelliJ standard settings file:
- settings-c16.jar (IntelliJ IDEA CE 2016)
- settings-13.1.1_3.jar (IntelliJ IDEA 13.1.1)
- settings-12.0.2_3.jar (IntelliJ IDEA 12.0.2)
- settings-v1.1.jar (IntelliJ IDEA 11.x)
- Download an IntelliJ standard settings file:
- After you have downloaded the settings jar (yes, IntelliJ exports settings as JAR files), select File → Manage IDE Settings → Import Setting to apply the settings to your IDE.
- On Select Components to Import prompt, click OK (all components must be imported).
- Restart on prompt to import settings.
- All the standards have been translated into an IntelliJ settings file to be used when developing code.
- Javadoc Coding Standards
- Official Oracle Javadoc Style Guide
- A helpful reference for writing Javadocs is the Liferay Javadoc Guidelines.
, multiple selections available,
Related content
Java Coding Standards
Java Coding Standards
Read with this
Google Dataproc
Google Dataproc
More like this
Creating a Plugin
Creating a Plugin
Read with this
Plugin Management
Plugin Management
Read with this
Development Environment Setup
Development Environment Setup
More like this
Splunk Batch Source (Deprecated)
Splunk Batch Source (Deprecated)
More like this
Created in 2020 by Google Inc.