
Micahminego@pdx.social
Jun 12, 2025, 4:49 PMI think the biggest complaint I have with java is that in my experience it is common to have exceptions and warnings be treated as expected and normal.
I know this isn't inherent to the language, and a disciplined team can avoid it, but in practice it seems like a common trap.
I hate that. I treat every warning as fatal in my code, because ignoring any warnings leads to missing important warnings.