Enrolment options

Improving Code Quality as a .NET Developer.

Improving Code Quality as a .NET Developer.

Course modified date: 22 Feb 2024

Code Quality is a measurement of how high or low the value of a specific set of code, program or software is. Typically, a code is high quality if the lines of code are easy to interpret and if the developer documented the code. Good quality code makes sure that codes are written in such a way that makes them highly readable.  The use of comments, proper indentation, clear notations, and simplicity in the flow are some factors. Editing code is also a more comfortable job with high-quality code as they are easy to read and implement changes. To achieve good code quality there are tools such as Sonarqube and Visual Studio Tools. SonarQube for example is Code Quality Assurance tool that collects and analyzes source code and provides reports for the code quality of your project.

Guests cannot access this course. Please log in.