JPDev@programming.dev to Programmer Humor@programming.dev · 1 year agoAlways try sudoprogramming.devexternal-linkmessage-square73fedilinkarrow-up133arrow-down13
arrow-up130arrow-down1external-linkAlways try sudoprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square73fedilink
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