Best of Code ReviewAugust 2022

  1. 1
    Article
    Avatar of appuniteAppUnite·4y

    Code Review Best Practices

    A code review should almost always be your priority, says Maciej Kaszubowski. Be quick nobody wants to wait long for feedback while losing the momentum takes energy to get back to the given PR. If you're using Pomodoro or taking regular breaks, check if there are any PRs then and don't.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Git Best Practices – How to Write Meaningful Commits, Effective Pull Requests, and Code Reviews

    This article, we will explore how to write meaningful Git commit messages. How to get really good at the code review process and some best practices to follow. Use Imperative Commands Prefix your commit messages with imperative commands.

  3. 3
    Article
    Avatar of tilThis is Learning·4y

    5 tips to improve your Code Reviews on GitHub

    Code Review (CR) is a practice when the second engineer audits your changes before merging them to the main codebase. Labels are nothing else but additional, easy-to-see and filter pieces of information visible on pull request lists.

  4. 4
    Article
    Avatar of dzDZone·4y

    Pull Request vs. Merge Request

    Pull Request in Bitbucket and GitHub or Merge Request in GitLab are the features made for more convenient code review and change management. These features do the same git merge command to merge feature branches or forks with the existing code.