From b334c0b6bcf520ff20ab2a3192b56304c6ffb306 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 30 Dec 2023 03:02:56 +0100 Subject: Date and post headers styles changed --- how_to_organize_your_lua_project.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'how_to_organize_your_lua_project.html') diff --git a/how_to_organize_your_lua_project.html b/how_to_organize_your_lua_project.html index 639c6d4..0b7bab5 100644 --- a/how_to_organize_your_lua_project.html +++ b/how_to_organize_your_lua_project.html @@ -11,11 +11,13 @@ How to Organize Your Lua Project - +
+ + +

How to Organize Your Lua Project

+
-

How to Organize Your Lua Project

-

Published on 2021-01-07 15:45:00+01:00, last modified on 2022-01-26 19:20:00+01:00

From time to time I hear complaints about how Lua handles modules. Here and there I see and even answer myself questions regarding require and adjusting the paths in package to allow some desired behaviour, with the most prominent issue of relative imports that always work. -- cgit v1.1