sanitation@lemmy.radio to Technology@lemmy.worldEnglish · 3 months agoSoftware Developers Say AI Is Rotting Their Brainswww.404media.coexternal-linkmessage-square97linkfedilinkarrow-up1429arrow-down113
arrow-up1416arrow-down1external-linkSoftware Developers Say AI Is Rotting Their Brainswww.404media.cosanitation@lemmy.radio to Technology@lemmy.worldEnglish · 3 months agomessage-square97linkfedilink
minus-squarelepinkainen@lemmy.worldlinkfedilinkEnglisharrow-up3arrow-down1·3 months agoWhy not just give it shellcheck and have it run that on every script it creates?
minus-squareBadabinski@kbin.earthlinkfedilinkarrow-up2·3 months agoShellcheck, while good, doesn’t capture all best practices in my opinion. There are many items in that doc which shellcheck would happily allow, worst of all being set -euo pipefail.
Why not just give it shellcheck and have it run that on every script it creates?
Shellcheck, while good, doesn’t capture all best practices in my opinion. There are many items in that doc which shellcheck would happily allow, worst of all being
set -euo pipefail.