Show Changes Show Changes
Edit Edit
Print Print
Recent Changes Recent Changes
Subscriptions Subscriptions
Lost and Found Lost and Found
Find References Find References
Rename Rename
Administration Page Administration Page
Search

History

9/11/2007 2:36:37 PM
-74.12.234.30
List all versions List all versions

RSS feed for the TestJwd namespace

Related Topics

Developer Guidelines
.
Summary
The FlexWiki administrative staff have developed some guidelines to help ensure that FlexWiki continues to evolve as robust and reliable software

The goal of these developer guidelines is to encourage developers to create correct code in FlexWiki project which look and feel the unified way. We want to have simple and sound rules which are easy to follow. They are based on industry standards and recommendations and also on our personal development experience.

General

Code file organization

Naming guidelines

Code formatting

if (Condition)
{
    DoSomething();
}

instead of

if (Condition)
    DoSomething();

Use of #region

Not logged in. Log in

The wiki for all things Objective Design Solutions

This is FlexWiki, an open source wiki engine.

This site supports the new NoFollow anti-spam initiative.
Change Style

Recent Topics