Clean Code_筆記(微軟C#篇)

Clean Code_Note1_Eliminate poor names in code Clean Code_Note2_Really Need All comments? Clean Code_Note3_Eliminate Long Methods Clean Code_Note4_Remove Duplicated Code Clean Code_Note5_Safely Remove Unneeded Method Parameters Clean Code_Note6_Decrease the Number of Parameters Clean Code_Note7_Remove Duplicated If Statements_Simplify If Statements_Replace Nested If Statements With Guard Clauses Clean Code_Note8_Eliminate Null Checks Clean Code_Note9_Replace Switch Statement With Subclasses