|
|
|
|
|
by MeetingsBrowser
85 days ago
|
|
I use both and mostly agree, but for me I don’t think the ROI for learning terminal based tooling is there. They make some parts of text manipulation faster, but those parts of text manipulation take up less than 1% of my time spent working. Things like debugging, which take up a large portion of my time, are not so nice in terminal based environments |
|
But find a terminal first approach leads me to other tools like curl and jq usage as I go. I see coworkers using a ton of time trying to repetitively execute the code to see those spots in really inefficient ways. And end up completely lost when they could be using tools like git bisect.
Or another good example devops type support is if one web server out of many seems to be misbehaving, I can use aws command line to get internal ips behind the lb to curl to grep and find it in minutes after others have tried for hours. It makes it second nature if your mind goes there first.