Skip to content

C# Conventions #6

@hexagon06

Description

@hexagon06

While working through the book's Exercises and using the repository as a reference I noticed that the code does not use the standard conventions for C# I'm used to:

  • PascalCasing for all public identifiers except parameters (as described here)
  • Interface names should begin with I
  • Comments for documentation and Intellisense (as described here)

I'll be fixing those as I read through the book on my own fork to help me navigate through the code with more ease. Note that I will not change the implementation except for when something fails to build.

I created this issue here to see if you would be interested in the changes (through pull requests)

p.s. I saw some other issues with regard to compilation as well. I'll be fixing those too, but on a separate branch on the same fork

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions