Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Triquetrum/Coding Style

< Triquetrum
Revision as of 16:55, 28 June 2016 by Cxbrooks.gmail.com (Talk | contribs) (Description of Triquetrum Coding Style)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Coding Conventions

In general, we follow the Eclipse Coding Conventions, with the following changes:

  • indentations are 2 spaces, no TABs
  • longer lines (160 chars)

CamelCase variable and method names are preferred over underscores.

See Also

Back to the top