• Kogasa
    link
    322 days 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
      link
      fedilink
      322 days ago

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

      • Kogasa
        link
        122 days ago

        Instance properties are PascalCase.

        • robotica
          link
          fedilink
          122 days ago

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

          • Kogasa
            link
            122 days ago

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