alphacyberranger to Programmer Humor@programming.devEnglish • 6 months agoResponsive Design Go Brrrrsh.itjust.worksimagemessage-square34fedilinkarrow-up1311arrow-down116
arrow-up1295arrow-down1imageResponsive Design Go Brrrrsh.itjust.worksalphacyberranger to Programmer Humor@programming.devEnglish • 6 months agomessage-square34fedilink
minus-square@nyan@lemmy.cafelinkfedilinkEnglish4•6 months agoEh, I’m sure we can overrun it just by gluing sufficient instances of Factory to the end of the classname.
minus-square@ZILtoid1991@lemmy.worldlinkfedilink2•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).