@[email protected] to Programmer [email protected] • 5 months agoAlways try sudoprogramming.devimagemessage-square96fedilinkarrow-up11.13Karrow-down175
arrow-up11.05Karrow-down1imageAlways try sudoprogramming.dev@[email protected] to Programmer [email protected] • 5 months agomessage-square96fedilink
minus-square@jaybonelink2•5 months agoIs this some .NET convention that references to instances start with capital letters?
minus-squareKogasalinkfedilink3•5 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-squareroboticalink3•5 months agoHow is OldMan a property here? It’s clearly the name of a class
minus-squareKogasalinkfedilink1•5 months agoOkay, 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