Hacker News new | ask | show | jobs
by simonblack 2069 days ago
I don't use an IDE either. I use the CLI, involving a text editor, then gcc and gdb via Makefiles. To that end I have 4-5 open xterms and a browser window for searching references.

An IDE would add another layer of complexity and just get in the way.