Monday, 12 January 2004
When did interface become two words?
« Capital District Java User's Group Feb meeting: blojsom | Main | This dude *really* hates the Macintosh »
It's bad that there are Java APIs out there with redundant names like:
public interface SomeInterface {
...
}
However, it gets worse as there are Java APIs out there with redundant names like:
public interface SomeIF {
...
}
Look it up in the dictionary folks. It is one word, not two.
You may now resume enjoying your morning coffee.
Posted by at 10:16 AM in java ... just java
[Trackback URL for this entry]
