PreviousNext

C# Code Quality – Part 1

by bill-s, 2019-11-19T17:35:11.673Z

Improving a codebase can be a difficult task. The larger the codebase, the more difficult it becomes to find and fix poor code manually. When confronted with a new codebase, metrics are needed to determine what needs to be improved. This article discusses some tools to get the metrics, and the series discusses how to use the information to make targeted refactors.

Read More