У нас вы можете посмотреть бесплатно How to do Good Code Reviews in 5 Steps - Becoming a Senior Developer #6 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video I'm explaining why code review is a process that requires a lot of thought, especially about the way we communicate our thoughts about the code. I present 5 steps on how to do good code reviews. Together they'll help you to make your code reviews more efficent, faster and more helpful for the author of the code. 📚Resources: https://research.google/pubs/pub47025/ - Modern Code Review: A Case Study at Google - a research paper about the efficient ways of doing code reviews https://www.microsoft.com/en-us/resea... - Convergent Contemporary Software Peer Review Practices - a research paper comparing code review practices among multiple projects, including open source projects like Linux and KDE https://storage.googleapis.com/pub-to... - Predicting Developers’ Negative Feelings about Code Review - paper I mention in the episode, that measures what causes negative feelings about Code Review and how to prevent it https://www.microsoft.com/en-us/resea... - Characteristics of Useful Code Reviews: An Empirical Study at Microsoft - a research trying to find what kind of comments during code review are considered usefu and not useful by the code author. This paper partially contradicts my anegdotal experience (although it might be due to different understanding of what "useful" means); nevertheless it is worth checking out