Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 738 Bytes

File metadata and controls

16 lines (10 loc) · 738 Bytes

Coding Convention Guide

Style Convention Precedence and References

Project-specific conventions take precedence and are specified below. If no project-specific convention is applicable, use the Sun Convention guide. If something is not covered in the project-specific or the Sun Convention guide, use the Google Convention guide. If a topic is not covered any guides, use best judgement and consider opening a developers' issue.

Project-Specific Conventions

  • Multiple authors are indicated using multiple @author tags, one tag per line, one author per tag.