alphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 2 years agoResponsive Design Go Brrrrsh.itjust.worksimagemessage-square32fedilinkarrow-up1311arrow-down116
arrow-up1295arrow-down1imageResponsive Design Go Brrrrsh.itjust.worksalphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 2 years agomessage-square32fedilink
minus-squareTxzK@lemmy.ziplinkfedilinkarrow-up116·2 years agoBeing able to fit a java class name in 1 line
minus-squarenyan@lemmy.cafelinkfedilinkEnglisharrow-up4·2 years agoEh, I’m sure we can overrun it just by gluing sufficient instances of Factory to the end of the classname.
minus-squareZILtoid1991@lemmy.worldlinkfedilinkarrow-up2·2 years agoAnd 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).
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
Factoryto 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).