Ask HN: What’s your favorite developer tool of all time and why?
It can be anything - CLI tools, editors, IDEs, build tools, linters, fuzzers, sanitizers, debuggers, SCM tools, DevOps tools, testing tools, SaaS products (Stripe, Datadog), why even software libraries is fair game.
18 comments
[ 10.9 ms ] story [ 69.9 ms ] thread[1]: https://github.com/dense-analysis/ale
[2]: https://github.com/dense-analysis/ale/blob/master/supported-...
From days of symbian carbide, CDT and Android debugging I always used and loved Eclipse. I always loved its interface and gazillion plugins and tools built around it.
Chrome dev tools because debugging in any language I'm familiar with (other than Elm) is a pain but dev tools makes it palatable.
Terraform because infrastructure as code is soooo much better than clicking buttons in some half-baked UI.
QuickCheck, which is a property-based testing tool for Haskell. Property-based testing is great, if you're unfamiliar you should check it out.