Return to
GuidanceExplorer
Personal Checklists for Team Members
Developer 'A'
* On string matching uses strict matching instead of relaxing the case and leading/trailing spaces
* Does not use {} for single line blocks, and that makes future code changes buggy
* Does not uses String.Format for string concatenation, and that makes it harder to place strings in resources
Return to
GuidanceExplorer