295
Responsive Design Go Brrrr
(sh.itjust.works)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Being able to fit a java class name in 1 line
Eh, I'm sure we can overrun it just by gluing sufficient instances of
Factory
to the end of the classname.And OOP in general. I also used to be infamous for such things, then I started to shorten the names, including using letters that are obvious to the user (e.g.
int w, h;
for width and height).