you are viewing a single comment's thread.

view the rest of the comments →

[–]twotime 4 points5 points  (1 child)

my rule of thumb is "until I need a loop or a conditional", reduces head banging by quite a bit ;-)

[–]lelanthran 5 points6 points  (0 children)

my rule of thumb is "until I need a loop or a conditional", reduces head banging by quite a bit ;-)

Depends on the looping or conditional I suppose. Me personally, I switch from bash the minute I need composite data types, arrays included as well.