--

Thanks for the feedback!

You're right, pattern matching isn't limited to instanceof—it has broader uses.

For Lombok, I agree it’s less necessary with modern Java features, especially if most fields are required.

Sealed classes are more about modeling sum types, not just enforcing hierarchy—great point!

Proxies can be overkill for many cases, and AOP can be a better solution in frameworks.

Appreciate your insights

--

--

No responses yet