Comment on Here is a more polished release of nanogram. Fully compatible on raspberry pi now.
CameronDev@programming.dev 2 days agoYes. Separate out each part out. You are currently publishing the equivalent of of a compiled binary. If you split it up, and use a script to “compile” it back into the mega shell script.
It means that changes to each file can tracked (and audited) individually, you can conditionally compile bits in or out, and most usefully, you can write tests for the individual components.
hereforawhile@lemmy.ml 2 days ago
Ok I’ll work on it and share when I am done