PC battlestation, Enterprise Edition™
1y 6mon ago by programming.dev/u/armchair_progamer in programmer_humor@programming.dev from programming.dev
C++ compiler errors still won't fit on either screen.
Ah, a fellow template enjoyer!
Nah, g++ is actually pretty sane imho.
Especially the template errors
My worst one was over 70kB. I still shudder.
The MSVC one was just 200 bytes and just told me error with no further information.
I love all the Java haters. Like is a stack trace from any other language somehow more readable? Python stack traces are fucking backwards, and also annoying as fuck since you don’t have any type info. C++ you have to enable core dumps and then run a separate tool. Okay fully qualified class names in Java are long, but that’s because you have proper packaging and namespaces which plenty of other languages manage to do much worse at.
C++ you have to enable core dumps and then run a separate tool.
It's really not that bad when using something like Clion in debug mode. It clearly shows each function it went through and clicking instantly takes you to the relevant function.
But you're right. Java stacktraces really aren't that bad, throw some syntax highlighting and links in and it's actually a really decent option. I sure know what I would prefer when comparing it to JavaScript.
I'm thinking keep the horizontal one at the bottom and put 3 vertical ones over it, now the vertical one is all the way over there.
maybe this way you’ll be able to read up to 3 java statements at a time