Hacker News new | ask | show | jobs
by joana035 2011 days ago
That is uninspiring... is totally fine to have long shell scripts, and in itself, is no easier nor harder than any other language.

Worth noting that shell is a programing environment (not language) so is highly dependent on the tools you are using or gluing together to accomplish something.

1 comments

Handling edge cases through bash is error prone, hard to read and hard to maintain (e.g. shell versions, third party tools, etc).

If you think that python and bash are equally equipped, think again.