Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 352 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 352 Bytes

code-smells

C# Code smells samples and proposed solutions

symptoms that the code is not going well

  • Comments -> Inappropriate information Any comment with information that is better registered in another system must be eliminated and your information transferred to said system.

  • Development Environments

  • Functions

  • General

  • Names -Test