Comment on Anon tries programming in Java

<- View Parent
pivot_root@lemmy.world ⁨4⁩ ⁨days⁩ ago

I strongly prefer how interfaces are handled

It’s better than Java, but they still chose to walk headfirst into the same trap that bites Java developers in the ass: placing the implementations under the concrete type instead of the interface.

When you have two interfaces that each require you to implement a function with the same name but a different signature, you’re in for a bad time featuring an abomination of wrapper types.

source
Sort:hotnewtop