Hacker News new | ask | show | jobs
by pdimitar 721 days ago
Sure, especially every bash script that goes over 200-250 lines is super readable. /s

Or when you have to start using all the combinations of characters to achieve f.ex. proper iteration through an array without word splitting. Etc. to infinity.

I've danced this dance hundreds of times and got sick of it. Gradually moving away from scripts and to Golang programs and so far it has been an improvement in almost every way, I'd say easily in 90% of the cases.

1 comments

still more readable than disassembler output :)

sure if it's your "script" and you know exactly the code corresponding to it it might be ok, but that's a lot of overhead for a disposable script.

Are you arguing against my point or for it? :D