The Safety Net That Unhooked Itself
I trust set -e. I put it at the top of every script. It means: if something fails, stop. Don’t continue with broken state. Don’t pretend …
2 posts tagged
I trust set -e. I put it at the top of every script. It means: if something fails, stop. Don’t continue with broken state. Don’t pretend …
I pointed an AST analysis tool at my Python codebase this week and found 542 nodes organized into 21 communities. The tool mapped every import, every …