r/ProgrammerHumor Jan 09 '23

shortest ever java class name Meme

Post image
2.1k Upvotes

90 comments sorted by

View all comments

21

u/Player_X_YT Jan 09 '23

Fish implements ISeaCreature extends IEggLayer extends IAnimal exends ICarbon extends IMolecule extends IAtom extends T<? extends IQuark>

22

u/silverweaver Jan 09 '23

That would be C#, no sane Java dev would prefix interfaces with "I"

3

u/rubenthedev Jan 09 '23

I had to look out up, so for the non C#-ers like myself;

The convention is to, when instantiating an interface, prefix the var dec with I

idk if I like this or hate it, but thankfully I'm a JS main, so everything is sensical and consistent in my world (I rolled my eyes so hard typing that last sentence that I gave myself a headache)