Checking In
Jan. 18th, 2023 07:14 pmDid I mention lately how annoying I find checked exceptions in Java?
Today was particularly bad, as I was going over some very old code and removing a couple of checked exceptions that were no longer used from a method signature that is overridden virtually everywhere. Sadly, the IDE I'm using doesn't have a good way to clean that up, so I spent a lot of time doing trivial edits.
My eyes have now glazed over, but everything is compiling again...
Today was particularly bad, as I was going over some very old code and removing a couple of checked exceptions that were no longer used from a method signature that is overridden virtually everywhere. Sadly, the IDE I'm using doesn't have a good way to clean that up, so I spent a lot of time doing trivial edits.
My eyes have now glazed over, but everything is compiling again...