clean-code-dotnet
clean-code-dotnet copied to clipboard
Adjustments to the examples "Use getters and setters" ("Objects and Data Structures")
- added missing type to constructor
- fixed mistake of signature name
- changed double to recommended "decimal" type for money operations
- corrected exception message type from char to string
I propose to change the name of PR and description.
Title: Adjustments to the examples "Use getters and setters" ("Objects and Data Structures") Description:
- added missing type to constructor
- fixed mistake of signature name
- changed double to recommended "decimal" type for money operations
- corrected lead/trail symbols to C# codestyle
Great suggestions, done!
@dmitryvhf who has the rights to merge?
@dmitryvhf who has the rights to merge?
Check another merge's. I think only Author. Forget and waiting. Not soon, not never. :)
@thangchung mind taking a look?