jawa21@lemmy.sdf.org to Programmer Humor@programming.dev · edit-22 months agoJava Was The Futurefiles.catbox.moevideomessage-square35fedilinkarrow-up1237arrow-down17
arrow-up1230arrow-down1videoJava Was The Futurefiles.catbox.moejawa21@lemmy.sdf.org to Programmer Humor@programming.dev · edit-22 months agomessage-square35fedilink
minus-squarexep@fedia.iolinkfedilinkarrow-up5·2 months agoJava isn’t as verbose as Appkit/UIKit, I think. Take a look: https://developer.apple.com/documentation/uikit/nstextselectiondatasource https://developer.apple.com/documentation/appkit/nstextinputclient
minus-squareMajorHavoc@programming.devlinkfedilinkarrow-up12·2 months agoLol. Two things can both be bad.
minus-squareBlue_Morpho@lemmy.worldcakelinkfedilinkarrow-up9·2 months agoI’m unfamiliar with Mac programming but that looks normal. Do those function calls become absurdly long when used? Here’s one I found on Google from the jdk: InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonPainter Yes that’s not a typo, internalframe is repeated.
Java isn’t as verbose as Appkit/UIKit, I think. Take a look: https://developer.apple.com/documentation/uikit/nstextselectiondatasource https://developer.apple.com/documentation/appkit/nstextinputclient
Lol. Two things can both be bad.
I’m unfamiliar with Mac programming but that looks normal. Do those function calls become absurdly long when used?
Here’s one I found on Google from the jdk:
InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonPainter
Yes that’s not a typo, internalframe is repeated.