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·4 days agohttps://xkcd.com/1168/ linkfedilink
minus-squarePhoenix3875@lemmy.worldtoProgrammer Humor@programming.dev•Accurate programming movielinkfedilinkarrow-up16·5 days agoAn app that will save the world…and other fantasies that software developers tell themselves to feel important linkfedilink
Phoenix3875@lemmy.world to Programmer Humor@programming.dev · 4 months agoWork of pure human soul (and pure human sweat, and pure human tears)lemmy.worldexternal-linkmessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkWork of pure human soul (and pure human sweat, and pure human tears)lemmy.worldPhoenix3875@lemmy.world to Programmer Humor@programming.dev · 4 months agomessage-square0fedilink
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.