JPDev@programming.dev to Programmer Humor@programming.dev · 1 year agoAlways try sudoprogramming.devimagemessage-square72fedilinkarrow-up125arrow-down12
arrow-up123arrow-down1imageAlways try sudoprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square72fedilink
minus-squarejaybone@lemmy.worldlinkfedilinkarrow-up1·1 year agoIs this some .NET convention that references to instances start with capital letters?
minus-squareKogasa@programming.devlinkfedilinkarrow-up2·1 year 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-up2·1 year agoHow is OldMan a property here? It’s clearly the name of a class
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