blob: a2b3e249e562439c55f8cc6d251bb5767007bba5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
modutils
--------
- review logic: should this module be mandatory?
if not, what should happen with mixed require(), require_module(),
declaration and no declaration?
- Update user documentation including template(s) for Lua modules once the
preceding question is decided.
mcb
---
- Enhance test file: call each function at least once
- General review of code and comments.
- Update user documentation.
|