alphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 6 months agoResponsive Design Go Brrrrsh.itjust.worksimagemessage-square32fedilinkarrow-up1300arrow-down116
arrow-up1284arrow-down1imageResponsive Design Go Brrrrsh.itjust.worksalphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 6 months agomessage-square32fedilink
minus-squareTxzK@lemmy.ziplinkfedilinkarrow-up113·6 months agoBeing able to fit a java class name in 1 line
minus-squarenyan@lemmy.cafelinkfedilinkEnglisharrow-up4·6 months 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·6 months 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
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).