space-accessstablestage
Last change
on this file 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
|
Rev | Line | |
---|
[aaaa0ae] | 1 | Guidelines for coding in the database |
---|
| 2 | ===================================== |
---|
| 3 | |
---|
| 4 | Dependencies |
---|
| 5 | ------------ |
---|
| 6 | |
---|
| 7 | In 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.