Glyph on Nostr: Public service announcement: do you edit shell scripts? Here are 2 important tips: 1. ...
Public service announcement: do you edit shell scripts? Here are 2 important tips:
1. make sure that https://www.shellcheck.net is enabled via your editor's automatic real-time linting facility (Flycheck for emacs, ALE for Vim, vscode-shellcheck for VS Code) so that you will always see the hundreds of mistakes you're making in real time
2. stop it. don't. you have other tools. better tools. just write a program in whatever programming language you like
1. make sure that https://www.shellcheck.net is enabled via your editor's automatic real-time linting facility (Flycheck for emacs, ALE for Vim, vscode-shellcheck for VS Code) so that you will always see the hundreds of mistakes you're making in real time
2. stop it. don't. you have other tools. better tools. just write a program in whatever programming language you like