My favorites | Sign in
Project Logo
                
Search
for
Updated Jul 03, 2009 by cbcurl
CodingConventions  
Coding conventions for the Zuzu Curl project.

_This document is still under construction._

Introduction

This page describes the coding conventions used by the Zuzu Curl project. Some of the conventions are based on those used internally at Curl Inc.

File Organization

Extension File types
.curl Curl applets
.mcurl Curl manifests
.xcurl Curl scripts
.scurl Other Curl code

Versioning

      {curl 6.0, 7.0 applet}

Formatting

    || Maintained by: <e-mail-address>
     {do
       {output "hi"}
     }
Within groupings, class members should be defined alphabetically.

Naming

These naming rules conform to those described in the Curl Developer's Guide.

Use of new language features

      {api-version-switch
       case "6.0" do
         {old-technique}
       else
         {new-technique}
      }

Documentation

Source Control


Sign in to add a comment
Hosted by Google Code