Logo with title ".Blog"

Export

Published on

One pattern I’ve been using lately is naming the table returned by modules “export” instead of the module name. This creates a similarity to exporting types, and also frees up the module name to be used for something else (usually a metatable).