Module interface specification
Zottel opened this issue · 1 comments
Zottel commented
There is no formal specification of the interface each module can/should/must implement.
Writing this specification could be used to extend/replace the currently used interface.
I think a constructor/destructor pair would be preferable to just one init()
Zottel commented
The new Specification can be found in modules/dummy.lua and should be fairly complete.