source: trunk/doc/conventions.txt @ 45

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 
1The following conventions must be applied throughout Extreme Forge
2code.
3
4Modules containing process code are named after a being, an agent, an
5actor... usually names ending in 'er' and 'or', e.g. tester.
6
7Processes always accept messages from any process and notify responses
8by using an abstract Notify function that is passed as the first
9argument to the process's init function.
10
11Don't write start() functions that hide the spawning.
Note: See TracBrowser for help on using the repository browser.