Introduction to the Code Quality

Get an overview of what will be covered in this chapter.

We'll cover the following

Overview

There are many aspects of code quality. We can talk about efficient code, which is code that runs fast or doesn’t waste resources such as memory. It can also be source code that’s easy to read and understand for us humans and is therefore easy to read and maintain. In this chapter, we’ll talk about this and look at some best practices for writing high-quality code.

We’ll also look at some examples of things we should try to avoid if we want to write high-quality code.

In this chapter, we’ll learn about the following topics:

Get hands-on with 1200+ tech skills courses.