this post was submitted on 10 Jul 2024
645 points (94.0% liked)

Programmer Humor

19488 readers
753 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 4 months ago (1 children)

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

[–] [email protected] 1 points 3 months ago (1 children)

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

[–] [email protected] 1 points 3 months ago

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