Project Naming Convention

Projects are designed to be as simple as possible. A single folder containing a project home stack, a Project Array, and a series of Standard Project Folders. These folders and files conform to the a simple naming convention.

# Naming convention

Here is a list of naming conventions we use for projects: * A project has a home stack. * The home stack is a script only stack * The home stack is named after the project. * The short file of the homestack is the name of the project followed by ".livecode" (eg "lcw.livecode"). * The short file of the homestack is in lower case (eg "lcw.livecode" not "LCW.livecode")

We use the ".livecode" regardless of the fact that the stack is a script only stack. This leaves open the possibility to have more complex binary based project home stacks in the future.