DEV Community

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

Collapse
 
jaakidup profile image
Jaaki • Edited

Don't like how AWS works, so I'm using GCloud.

Javascript and the whole npm environment! Scares me when there is a bug because debugging javascript is sometimes like going down a mine-shaft and your torch dies!

I've had countless problems where the bug was in the imported npm package.
So now I try to avoid all the imports as much as I can.
Luckily Typescript fixes many of the issues, wish I started using it earlier.