|
|
|
|
|
by TeMPOraL
967 days ago
|
|
> I had never seen a computer crash because an IDE was trying to figure out how to parse a program before I worked with Rust, for example. C++ is complex enough that the IDE can't really parse much of the program's code in any useful fashion. You're lucky if it can get the right type hints and jump to definition. And even the latter may not be complete. Contrast with e.g. Java, which makes it easy for the IDEs to get the full picture. |
|
We're talking about C++ and Rust here, so I don't know why you bring up Java. If parsing Rust was as easy as parsing Java you would not see me complaining about it.