Comment on Here is a more polished release of nanogram. Fully compatible on raspberry pi now.

<- View Parent
CameronDev@programming.dev ⁨2⁩ ⁨days⁩ ago

Yes. 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.

source
Sort:hotnewtop