DEV Community

Discussion on: What software development tools (libraries/frameworks/apps/whatever) make you feel most anxious while you're working with them?

Collapse
 
pclundaahl profile image
Patrick Charles-Lundaahl

Any time I have to modify a Bash script that's longer than, say, 50 lines. Doubly so if nobody bothered to encapsulate the bits in functions and use local variables.