|
|
|
|
|
by KeyboardFire
2868 days ago
|
|
Personally, when I write shell commands, they tend to be write-only code, because the shell isn't really suitable for anything more complex. So it's easier to think in code than it is to add the extra step of translating to English if it's something nobody's gonna see again anyway. |
|
Granted, anything really nontrivial I'll usually just write a Python script for, but the point stands.