source: design/CODING @ 6aa3517

space-accessstablestage
Last change on this file since 6aa3517 was aaaa0ae, checked in by Alex Dehnert <adehnert@…>, 14 years ago

Coding guidelines for the DB.

Currently, just acceptable code dependencies.

  • Property mode set to 100644
File size: 558 bytes
Line 
1Guidelines for coding in the database
2=====================================
3
4Dependencies
5------------
6
7In order to prevent circular import issues, it's useful to specify what code can import what other code.
8
9  mit
10    Generally should be from the upstream SIPB snippets codebase. Should not depend on any ASA DB-specific code.
11  util
12    Utility functions, classes, etc.. Should not depend on ASA DB-specific code
13  groups.
14    Core database code. May depend on code in util/.
15  forms
16    Webforms in the database. May depend on code in groups/ and util/.
Note: See TracBrowser for help on using the repository browser.