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"

 
Line 8: Line 8:
 
* [[User Interface Guidelines]] - How to achieve user interface consistency
 
* [[User Interface Guidelines]] - How to achieve user interface consistency
 
* [[Version Numbering]] - How to evolve plug-in version numbers
 
* [[Version Numbering]] - How to evolve plug-in version numbers
 +
* [[Evolving Java-based APIs]] - How to evolve Java-based API's while maintaining compatibility
  
 
[[Category:How to Contribute]]
 
[[Category:How to Contribute]]

Latest revision as of 07:12, 12 September 2016

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