mff/README.md

6 lines
296 B
Markdown
Raw Permalink Normal View History

2018-09-08 01:32:54 +02:00
* MFF-specific mods folder
2018-09-01 12:51:07 +02:00
2018-09-08 01:32:54 +02:00
** Code convention
All MFF mods must be in the `mff` global table, and thus shall depend on the mff_core mod first defining it.
The reason for this is to allow introspection using mff_introspect to track bugs at runtime, and more generally to define a code namespace.