-
Notifications
You must be signed in to change notification settings - Fork 3
Coding Convention
-
Naming convention: one naming convention to rule them all. All variable names, file names, folder names, etc. just follow one rule: all lowercase, separated with underscores. Examples of valid names: foo foo_bar foo_bar_foo
All names and table names are in the singular form instead of the plural.
-
Since this is a CMS / framework, I want to use as few external libraries as possible to keep the code lightweight. That includes JavaScript libraries such as jQuery. So, instead of using jQuery, use just plain old JavaScript as much as possible.
This wiki is a work in progress and might not be complete.
We are always looking for contributors who can help with the documentation. To start contributing, just click the "Edit" button and start editing.
For more information, please see the Documentation Guide.