I even use it sometimes, like this:
local field = require "some/module" . field
When I want exactly one field from a module which returns a table. I think the spaces look nicer next to the string.
I even use it sometimes, like this:
local field = require "some/module" . field
When I want exactly one field from a module which returns a table. I think the spaces look nicer next to the string.