|
|
|
|
|
by vlisivka
5302 days ago
|
|
I wrote large bunch of software in shell, so I have habit to use strict mode ("set -ue"), so shell scripts are much safer. I write scripts like large programs from scratch: decomposition, error handling, proper logging, unit testing, packaging, etc. I wrote my own library with few useful modules, which is designed for strict mode (bash-modules on assembla), which I recommend to use even for trivial programs. I have no problems with bash. |
|
I have no trouble understanding how complex programs can be written in bash, but I have never understood why.