JPDev@programming.dev to Programmer Humor@programming.dev · 9 个月前Always try sudoprogramming.devimagemessage-square81fedilinkarrow-up11.11K
arrow-up11.11KimageAlways try sudoprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 9 个月前message-square81fedilink
minus-squarejaybone@lemmy.worldlinkfedilinkarrow-up2·9 个月前Is this some .NET convention that references to instances start with capital letters?
minus-squareKogasa@programming.devlinkfedilinkarrow-up3·9 个月前Yeah, 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-up3·9 个月前How is OldMan a property here? It’s clearly the name of a class
minus-squarerobotica@lemmy.worldlinkfedilinkarrow-up1·9 个月前Yes I know, I’ve coded in .NET before, but so are class names.
minus-squareKogasa@programming.devlinkfedilinkarrow-up1·9 个月前Okay, but this makes more sense as an instance method rather than a static one
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
Instance properties are PascalCase.
Yes I know, I’ve coded in .NET before, but so are class names.
Okay, but this makes more sense as an instance method rather than a static one