is it just me or would some code be sooooo much cl...
# announcements
a
is it just me or would some code be sooooo much cleaner if there were extension interfaces
specifically, let’s say we have some interface which when implemented has a default implementation that should be FINAL…. the appropriate way (I think) to be this would be to make an extension function .. however, let’s say this is something like
compareTo
(which is part of Comparable) … now I can’t treat the overridden interface as comparable
s
Take a look at the proposal KEEP-87. I think you may like it. 😀
d
It's not just you. 🙂