-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
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
Labels
No labels