I see a trend lately in Java libraries and code that I thought was only plaguing Microsoft developers: naming interfaces like ISomething. I find this very disturbing so I thought I had to react. First thing: an interface is a type just like a class. What a type does is mainly to define the set
Continue reading Rant: don’t name interfaces like ISomething