Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Development Conventions and Guidelines"

 
Line 5: Line 5:
 
* [[Coding Conventions]] - How to make Java code readable
 
* [[Coding Conventions]] - How to make Java code readable
 
* [[Javadoc]] - How to write documentation comments, especially for API
 
* [[Javadoc]] - How to write documentation comments, especially for API
 +
* [[User Interface Guidelines]] - How to achieve user interface consistency

Revision as of 14:32, 18 January 2006

As with any product being built by a team, there are various areas where standards, conventions, and other guidelines can play a role in helping to ensure that the resulting product presents to developers and customers as a unified whole rather than as a loose collection of parts worked on by a variety of individuals each with their own styles and ways of working.

The following list of standards, conventions, and guidelines cover a wide range of aspects of the Eclipse project:

Back to the top