JPDev@programming.dev to Programmer Humor@programming.dev · 4 months agoAlways try sudoprogramming.devimagemessage-square76fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageAlways try sudoprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 4 months agomessage-square76fedilink
minus-squaredactylotheca@suppo.filinkfedilinkEnglisharrow-up0·4 months ago Doctor of Computer Science stringly-typed "100%" yeah that tracks.
minus-squarevala@lemmy.worldlinkfedilinkarrow-up0·4 months ago Calls a static method on the OldMan class instead of the instance of oldMan that is actually dying.
minus-squareDavid From Space@orbiting.observerlinkfedilinkEnglisharrow-up0·edit-24 months agoTonight's story: Every man older than OldMan.getMinimumAge() has been in perfect *unchanging* health for the last few months‽ To find out why, stay tuned! Our experts chime in to help you understand....
minus-squareOldManBOMBIN@lemmy.worldlinkfedilinkarrow-up0·edit-24 months agoIf only I’d been born %YEARS% later :'-(
minus-squarenilloc@discuss.tchncs.delinkfedilinkEnglisharrow-up0·4 months agoBut then they really have no idea and try to convince you it’s from some stupid diet trick fed to them by a sponsor.
minus-squarejaybone@lemmy.worldlinkfedilinkarrow-up0·4 months agoIs this some .NET convention that references to instances start with capital letters?
minus-squareKogasa@programming.devlinkfedilinkarrow-up0·4 months agoYeah, properties (like a field but with a getter and/or setter method, may or may not be backed by a field) are PascalCase
minus-squarerobotica@lemmy.worldlinkfedilinkarrow-up0·4 months agoHow is OldMan a property here? It’s clearly the name of a class
yeah that tracks.
str(float("100.0")) + "%"
Haha I’m saving this image
Tonight's story: Every man older than OldMan.getMinimumAge() has been in perfect *unchanging* health for the last few months‽ To find out why, stay tuned! Our experts chime in to help you understand....
If only I’d been born %YEARS% later :'-(
But then they really have no idea and try to convince you it’s from some stupid diet trick fed to them by a sponsor.
That’s an instance property
Is this some .NET convention that references to instances start with capital letters?
Yeah, properties (like a field but with a getter and/or setter method, may or may not be backed by a field) are PascalCase
How is OldMan a property here? It’s clearly the name of a class