1073
Always try sudo (programming.dev)
you are viewing a single comment's thread
view the rest of the comments
[-] kogasa@programming.dev 3 points 2 months ago
[-] jaybone@lemmy.world 2 points 2 months ago

Is this some .NET convention that references to instances start with capital letters?

[-] kogasa@programming.dev 3 points 2 months ago

Yeah, properties (like a field but with a getter and/or setter method, may or may not be backed by a field) are PascalCase

[-] robotica@lemmy.world 3 points 2 months ago

How is OldMan a property here? It's clearly the name of a class

[-] kogasa@programming.dev 1 points 2 months ago

Instance properties are PascalCase.

[-] robotica@lemmy.world 1 points 2 months ago

Yes I know, I've coded in .NET before, but so are class names.

[-] kogasa@programming.dev 1 points 2 months ago

Okay, but this makes more sense as an instance method rather than a static one

this post was submitted on 10 Jul 2024
1073 points (93.8% liked)

Programmer Humor

19187 readers
1139 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS