|
|
|
|
|
by heresie-dabord
641 days ago
|
|
> shell scripts are the wrong solution for anything over ~50 lines of code. I don't think LOC is the correct criterion. I do solve many problems with bash and I enjoy the simplicity of shell coding. I even have long bash scripts. But I do agree that shell scripting is the right solution only if = you can solve the problem quickly
= you don't need data structures
= you don't need math
= you don't need concurrency
|
|