this post was submitted on 02 Dec 2024
340 points (99.4% liked)
Programmer Humor
19817 readers
1256 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.