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

Difference between revisions of "Development Conventions and Guidelines"

(added link to version numbering document)
m (Remove extra "how to")
Line 6: Line 6:
 
* [[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
 
* [[User Interface Guidelines]] - How to achieve user interface consistency
* [[Version Numbering]] - How to how to evolve plug-in version numbers
+
* [[Version Numbering]] - How to evolve plug-in version numbers

Revision as of 16:44, 3 May 2007

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