From 4d91c5ebbaae1d46f99f1b17faf13dcb800b3566 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Sat, 29 Jan 2022 20:19:42 +0100 Subject: [PATCH] :memo: add code structure link --- methodology-development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/methodology-development.md b/methodology-development.md index 594d2f4..53e0b7e 100644 --- a/methodology-development.md +++ b/methodology-development.md @@ -38,6 +38,7 @@ * [Invoke](https://www.pyinvoke.org/) & [Fabric](https://www.fabfile.org/) for remote deployment * Writing good python code: * Avoid [code smells](https://refactoring.guru/refactoring/smells) + * Write [code with structre](https://docs.python-guide.org/writing/structure/#structure-of-code-is-key) * [pipx](https://pypi.org/project/pipx/) or [pyenv](https://mitelman.engineering/blog/python-best-practice/automating-python-best-practices-for-a-new-project/) for environment management. If the machine has python3.x installed, use [venv](https://docs.python.org/3/library/venv.html) from the standard library. * [Loguru](https://github.com/Delgan/loguru) for logging