Skip to content
Snippets Groups Projects
Commit 54109702 authored by Christof Schulze's avatar Christof Schulze Committed by Matthias Schiffer
Browse files

docs: add development guide including one first guideline wrt lua vs. sh usage (#951)

parent 6ebf7120
No related branches found
No related tags found
No related merge requests found
......@@ -47,3 +47,12 @@ and you can try rebasing it onto the new `base` branch yourself and after that c
Always call `make update-patches` after making changes to a module repository as `make update` will overwrite your
commits, making `git reflog` the only way to recover them!
Development Guidelines
----------------------
lua should be used instead of sh whenever sensible. The following criteria
should be considered:
- Is the script doing more than just executing external commands? if so, use lua
- Is the script parsing/editing json-data? If so, use lua for speed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment