|
|
|
|
|
by saagarjha
1039 days ago
|
|
I've worked on plenty of projects where I can navigate around in a pretty dumb text editor and run "make" and things mostly work. In Java land most things are several folders deep and things are injected in from places I don't understand without tooling to show me what is going on. I mean, have you tried using jdb? It basically exists as an advertisement for an integrated debugger. |
|
As for messy code navigation, I have similar experiences in large C codebases, so maybe C is also unusable without IDEs.