|
|
|
|
|
by ktRolster
3266 days ago
|
|
I used to think of it in terms of "number of lines" but then I found a task that worked quite well in a longer bash script (creating a .deb file). In fact, it worked better than if it were a python script, because all the commands were right there. Now my metric is, "if it needs a function, or even a complex while loop,switch to perl/ruby" |
|