Название: "Looks Good to Me" (MEAP v2)
Автор: Adrienne Braganza
Издательство: Manning Publications
Год: 2023
Страниц: 145
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB
Deliver code reviews that consistently build up your team and improve your applications. “Looks Good To Me” offers a unique approach to delivering meaningful code reviews that goes beyond superficial checklists and tense critical conversations. Instead, you’ll learn how to improve both your applications and your team dynamics. So what’s a code review? At its core, it’s a process software developers use to inspect each other’s code, making sure it passes a set of agreed-upon standards. In very simplistic terms: some code is written or changed, then someone else looks at it to make sure it’s good before it is integrated into the larger codebase. It can happen over your shoulder, through a more formal meeting with a governing board of approvers, or, as is the case in this book, through a tool-assisted mechanism (like GitHub, GitLab, Bitbucket, Azure Repos, AWS CodeCommit, Google Cloud Source Repositories, or any number of collaborative code tools backed by private Git repositories). Code reviews are also an important part of the overall continuous integration and continuous delivery toolkit a software development team should use. Continuous integration (CI) refers to the automation of building, testing, and integrating code changes within a shared repository. Continuous delivery (CD) refers to the automation of delivering code changes to an environment for approval. Together, they form a “CI/CD pipeline”, which is a set of automated workflows a software development team uses to cut down on manual tasks of the software development process.