Best of Code Review2022

  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 pointerPointer·4y

    The State of Frontend in 2022

    The State of Frontend in 2022 analysis of 3,700 respondents from 125 countries. The 5 countries with the most responses were the US, Poland, UK, Germany and India. Only 18% of people filling out the survey said they work at non-tech-first companies.

  3. 3
    Article
    Avatar of phProduct Hunt·3y

    AI Code Reviewer - AI reviews your code

    AI reviews your code Products Best products. Discover the best products by month. Check out launches that are coming soon.

  4. 4
    Article
    Avatar of faunFaun·4y

    GIT Branching Strategies in 2022

    The master branch can become cluttered more easily as it serves as both a production and development branch. GitLab Flow is a simpler alternative to GitFlow that combines feature-driven development and feature branching with issue tracking. The main differentiator is the addition of environment branches — i.e. production and pre-production — or release branches, orrelease branches, depending on the situation.

  5. 5
    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.

  6. 6
    Article
    Avatar of medium_jsMedium·4y

    PhpStorm Plugins You Should Know

    Php Inspections is an open-source Code Review and Static Code Analysis tool for PHP (aka inspections in JetBrains IDEs) It’s a must-have add-on to PhpStorm to ensure high-quality coding.Database Navigator is a database development, scripting and navigation tool.

  7. 7
    Article
    Avatar of stackovStack Overflow Blog·4y

    Measurable and meaningful skill levels for developers

    The Skill Matrix is a structured, structured framework of coding and non-coding characteristics of software engineers. It can be administered by engineers, their peers, or their instructor or instructor. There are five levels of Developer Skill Matrix: Beginner, Advanced, Intermediate, Advanced and Expert. It includes skill levels for languages and frameworks, including data structures, style and semantics, and other general skills.

  8. 8
    Article
    Avatar of devtoDEV·3y

    ✨Today I Learned: The Subtle Art of Code Reviews 💡✨

    Code reviewing for the first time in my life made me realize how difficult the task is. Being a good code reviewer is a skill that takes time, patience, and practice.

  9. 9
    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.

  10. 10
    Article
    Avatar of hnHacker News·3y

    Git Notes: git's coolest, most unloved­ feature

    A common use of git notes is tacking metadata onto commits. It's impossible to amend a commit message buried deep in a repo’s log1. But git notes are continually rediscovered by engineers trying to stash metadata inside git.

  11. 11
    Article
    Avatar of pointerPointer·4y

    Technical Evaluation of a Startup

    The Company engineering team consists of about eight developers along with Alice and Dennis. Dennis bridges this direction to the engineering team by providing research and detailed user stories.

  12. 12
    Article
    Avatar of pandProAndroidDev·4y

    Get git-flows differences under your belt

    Gitflow is meant to track, organize your contribution, keep a clean history of your contribution and ease the process of adding new features, maintaining and publishing our software. In this article, I will explain the differences between GitFlow, GitHub flow, Trunk-based, and GitLab flow.

  13. 13
    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.

  14. 14
    Article
    Avatar of phProduct Hunt·4y

    CodeSee 2.0 - Google Maps for your code workflow

    Google Maps for your code workflow. It's there to help as you dive into your codebase, plan your feature or refactor, write your code, and complete a code review.

  15. 15
    Article
    Avatar of phProduct Hunt·4y

    Sourcery 2.0 - Continuous code review to make your code more maintainable

    Continuous code review makes sure all of your code is following best practices. Use the CLI to review existing code, or integrate it into your CI. Add to your IDE to get instant feedback, use theCLC to review the existing code.