I still feel actual joy when writing `equals` like this. 😀 #Java
(It's a record, so `instanceof` is ok.)
I still feel actual joy when writing `equals` like this. 😀 #Java
(It's a record, so `instanceof` is ok.)
@mtae Good point. I don't mind long lines - I usually end up with 100 to 120 characters.
I guess I do that here because each condition is its own "thing" and I want each "thing" on its own line? Kind of like with stream pipelines.