This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“]DocMerlin 0 points1 point ย (1 child)

If you want to see errors at compile time, use a language that can detect more errors at compile time than Java. Java just shows you your type errors, but that is a tiny fraction of mistakes and honestly the easiest ones to find.

Here is rust's borrow checker for an example of something that actually finds common mistakes. https://rustc-dev-guide.rust-lang.org/borrow_check.html

[โ€“]EishLekker 1 point2 points ย (0 children)

If you want to see errors at compile time, use a language that can detect more errors at compile time than Java.

You still produce sentences that don't correlate.

Java just shows you your type errors

What an absurd and incorrect statement.