herkforth coding conventions
- Please follow the herkforth naming conventions.
- "Factor, factor, factor." -- Chuck Moore
- Short definitions! Most definitions should not have more than 6 words between
between the red word and the closing semicolon.
- Very important to follow the conventions for herkforth deferred words
because if people don't realize it's deferred then it's impossible to debug.
- If you introduce any kind of indirection, make sure the control flow is
clear when browsing the source, and make it easy to get to all the possible
places it could go.
See Also
herkforth naming conventions
herkforth deferred words
program in herkforth
herkforth docs
herkforth