From 790b584d4908a5a745a0580a825068ff5b9d7f04 Mon Sep 17 00:00:00 2001 From: wendtalexander Date: Sat, 19 Oct 2024 09:24:30 +0200 Subject: [PATCH] [code] testing --- code/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/README.md b/code/README.md index 393fabe..35c9c23 100644 --- a/code/README.md +++ b/code/README.md @@ -37,5 +37,9 @@ if __name__ == "__main__": - Plotting scripts should start with plot, so that one can create a bash script for that executes all plot* scripts - If you use a directory for managing specific task, in python it is called a module, you neeed a __init__.py file in the directory more in [packagehowto](https://whale.am28.uni-tuebingen.de/git/pweygoldt/packagehowto) +# Naming conventions +- Use snake_case for functions and variables + +