CHAPTER 8

image

Managing Code Quality

As developers, we want to create high quality code. But high quality often means a lower development pace because we need to go through more checks on our code. But does it need to be a slow and burdensome process? In this chapter, you will examine several powerful tools you can use to get control of your code quality while developing at full speed.

Visual Studio 2015 offers several tools to help you along here. There are unit tests with code coverage, great tools to automatically check your application logic, and ways to get feedback on how well your automated tests are covering the code.

There is also the static ...

Get Continuous Delivery with Visual Studio ALM 2015 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.