@JPDev@programming.dev to Programmer Humor@programming.dev • 5 months agoAlways try sudoprogramming.devimagemessage-square98fedilinkarrow-up11.15Karrow-down176
arrow-up11.08Karrow-down1imageAlways try sudoprogramming.dev@JPDev@programming.dev to Programmer Humor@programming.dev • 5 months agomessage-square98fedilink
minus-squareKogasalinkfedilink3•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-squareroboticalinkfedilink3•4 months agoHow is OldMan a property here? It’s clearly the name of a class
minus-squareroboticalinkfedilink1•4 months agoYes I know, I’ve coded in .NET before, but so are class names.
minus-squareKogasalinkfedilink1•4 months agoOkay, but this makes more sense as an instance method rather than a static one
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