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 "Glimmer"

(New page: TODO PLEASE FILL IN ANDY)
 
Line 1: Line 1:
TODO PLEASE FILL IN ANDY
+
== Glimmer ==
 +
 
 +
'''Goals'''
 +
-  Platform-independence
 +
-  Native widget support
 +
-  Industry-strength
 +
-  Strong community support
 +
-  Ease of use
 +
 
 +
'''Principles'''
 +
 
 +
-  Concise and DRY (Don't Repeat Yourself)
 +
-  Asks for minimum info needed to accomplish task
 +
-  Convention over configuration
 +
-  As predictable as possible for existing SWT developers

Revision as of 20:30, 2 December 2008

Glimmer

Goals

-  Platform-independence
-  Native widget support
-  Industry-strength
-  Strong community support
-  Ease of use

Principles

-  Concise and DRY (Don't Repeat Yourself)
-  Asks for minimum info needed to accomplish task
-  Convention over configuration
-  As predictable as possible for existing SWT developers

Back to the top