|
|
|
|
|
by nunez
14 days ago
|
|
I love churning out crazy Bash scripts, though. The first scripts I wrote sucked, as it always goes with a new language, but Bash is an awesome swiss army knife now that I know how to really push it. It sucks that doing this by hand now is so heavily discouraged because so many people see this as drudge work (that they never cared to learn). |
|
I dislike the tooling and debugging experience that is not existing compared to let’s say Python. With Python I have whole IDE which help me set breakpoints and inspect variable state. With bash I have to pipe output to text file and inspect that. Feels like working with Stone Age tooling.