JPDev@programming.dev to Programmer Humor@programming.dev · 2 years agoAlways try sudoprogramming.devexternal-linkmessage-square73linkfedilinkarrow-up133arrow-down13
arrow-up130arrow-down1external-linkAlways try sudoprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square73linkfedilink
minus-squarejaybone@lemmy.worldlinkfedilinkarrow-up1·2 years agoIs this some .NET convention that references to instances start with capital letters?
minus-squareKogasa@programming.devlinkfedilinkarrow-up2·2 years 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·2 years agoHow is OldMan a property here? It’s clearly the name of a class
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