Page Index - reidev275/SignsYouShouldProbablyRefactor GitHub Wiki
23 page(s) in this GitHub Wiki:
- Home
- Method Construction
- Solid Principals
- Encapsulation/Scope
- .NET specific
- You are calling a member of a member
- Please reload this page
- You are only using a portion of an argument's members
- Please reload this page
- You are using inheritance
- Please reload this page
- You don't have null checks as the beginning of a public method
- Please reload this page
- You have a method that accepts more than 2 parameters
- Please reload this page
- You have abbreviated or ambiguous variable names
- Please reload this page
- You have an enum or a switch statement
- Please reload this page
- You have an instance variable used by few methods
- Please reload this page
- You have public methods not implementing an interface
- Please reload this page