Decide on a consistent naming convention for all modules

Hello, right now we have a lot of ways to name modules, some modules end with _module, some with _mod and some are just the name of the module. I think those extra adornments are unnecessary and redundant because there is already the keyword module in front of them. My proposal is to agree on a consistent naming convention for the modules and stick to that. Please leave your comments on this thread about what you think that convention should be and why.