dao
dao copied to clipboard
Move "help" and "macro" modules to the standard module repo?
I have long considered to move macro to the standard module repository (dao-modules). I am also considering to move help there as well. The will effectively leave just three modules as the core modules: aux for auxiliary interfaces to DaoVM, debugger for debugging and profiler for profiling. Apparently, they are quite different from all other modules.
Another reason is that neither modules are really complete. For macro, I am not sure I will be working on it any time soon (however, @ShadauxCat has already made some work on macro. After moving, it will be straightforward to integrate those work). For help, it may need constant improvements. So moving both modules to the standard module repo will make it a lot easier for contributors to work on them after we switch to use git as the primary version control tool as discussed in https://github.com/daokoder/dao-modules/issues/39.
OK, fine.
Good idea.