| Revision 45,
438 bytes
checked in by dom, 3 years ago
(diff) |
|
Added fixtures, a module that allows directory trees to be setup and teared down for tests. Automated bootstrap tests in ./install script.
|
| Line | |
|---|
| 1 | The following conventions must be applied throughout Extreme Forge |
|---|
| 2 | code. |
|---|
| 3 | |
|---|
| 4 | Modules containing process code are named after a being, an agent, an |
|---|
| 5 | actor... usually names ending in 'er' and 'or', e.g. tester. |
|---|
| 6 | |
|---|
| 7 | Processes always accept messages from any process and notify responses |
|---|
| 8 | by using an abstract Notify function that is passed as the first |
|---|
| 9 | argument to the process's init function. |
|---|
| 10 | |
|---|
| 11 | Don't write start() functions that hide the spawning. |
|---|
Note: See
TracBrowser
for help on using the repository browser.