cm0002@lemmy.world to Programmer Humor@programming.dev · 7 months agoSoftware Terminologylemmy.mlimagemessage-square191linkfedilinkarrow-up1706arrow-down132
arrow-up1674arrow-down1imageSoftware Terminologylemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 7 months agomessage-square191linkfedilink
minus-squaredrkt@scribe.disroot.orglinkfedilinkarrow-up4·7 months agoA million-line project spread over a hundred files It’s a script!
minus-squareNeatNit@discuss.tchncs.delinkfedilinkarrow-up8·7 months agosqlite is technically just one C source file, so that’s definitely a script.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·7 months agoThe compiled binary being another script. Just in a different language.
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up0·7 months agoBeing one source file is the definition of a script?
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·7 months agoWait, so the bash script that I broke down into multiple files because I was unable to create and use functions properly, could not be considered a script?
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·7 months agoGuess, I’ll be bashing my way to completion.
A million-line project spread over a hundred files
It’s a script!
sqlite is technically just one C source file, so that’s definitely a script.
The compiled binary being another script.
Just in a different language.
Being one source file is the definition of a script?
Wait, so the
bashscript that I broke down into multiple files because I was unable to create and use functions properly, could not be considered a script?It’s now just a bash
Guess, I’ll be
bashing my way to completion.GNU Autotools: yes.