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 "CDO Development Guidelines"

(Coding Guidlines)
(Basic Coding Guidelines)
Line 4: Line 4:
  
 
==Basic Coding Guidelines==
 
==Basic Coding Guidelines==
The following Guide describes the basic requirements for creating CDO source code. Not all of these guidlines can be coverred by the auto-format for Java source Code (Strg+Shift+F). If you like to write an extension that allows comfortably adjusting the code regarding these Guidelines you are welcome.  
+
The following Guide describes the basic requirements for creating CDO source code. Not all of these guidlines can be coverred by the auto-format for Java source Code (Strg+Shift+F). If you like to write an extension that allows comfortably adjusting the code regarding these Guidelines you are welcome.
  
 +
===Member===
 +
 +
===Methods===
 +
 +
===Getter and Setter===
  
 
==Guideline for writing test cases==
 
==Guideline for writing test cases==

Revision as of 03:26, 26 April 2010

Coding Guidlines

This page is not yet finished. Do not take these guidelines for granted until the note is removed!

Basic Coding Guidelines

The following Guide describes the basic requirements for creating CDO source code. Not all of these guidlines can be coverred by the auto-format for Java source Code (Strg+Shift+F). If you like to write an extension that allows comfortably adjusting the code regarding these Guidelines you are welcome.

Member

Methods

Getter and Setter

Guideline for writing test cases

Back to the top