minus-squarePhoenix3875@lemmy.worldtolinuxmemes@lemmy.world•My heart goes out to shell programmers who have to support posix shlinkfedilinkarrow-up10arrow-down1·3 days agoA lot of people call set -euo pipefail the “strict mode” for bash programming, as a reference to "use strict"; in JavaScript. In other words, always add this if you want to stay sane unless you’re a shellcheck user. linkfedilink
minus-squarePhoenix3875@lemmy.worldtoProgrammer Humor@programming.dev•Accurate programming movielinkfedilinkarrow-up1·3 days agohttps://xkcd.com/1168/ linkfedilink
minus-squarePhoenix3875@lemmy.worldtoProgrammer Humor@programming.dev•Accurate programming movielinkfedilinkarrow-up0·5 days agoAn app that will save the world…and other fantasies that software developers tell themselves to feel important linkfedilink
A lot of people call
set -euo pipefail
the “strict mode” for bash programming, as a reference to"use strict";
in JavaScript.In other words, always add this if you want to stay sane unless you’re a shellcheck user.