並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 28 件 / 28件

新着順 人気順

"Code Review"の検索結果1 - 28 件 / 28件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

"Code Review"に関するエントリは28件あります。 review開発コードレビュー などが関連タグです。 人気エントリには 『良いソフトウェアとコードレビュー / Good software and code review』などがあります。
  • 良いソフトウェアとコードレビュー / Good software and code review

    Scala + Caliban で作るGraphQL バックエンド / Making GraphQL Backend with Scala + Caliban

      良いソフトウェアとコードレビュー / Good software and code review
    • 余裕を生み出すコードレビュー 〜レビュイー編〜 / code-review-phpcon-2019

      PHPカンファレンス2019 LT ブログ記事もあわせてお読みください! https://tech.connehito.com/entry/heartful-code-review

        余裕を生み出すコードレビュー 〜レビュイー編〜 / code-review-phpcon-2019
      • How to do a code review

        How to do a code review The pages in this section contain recommendations on the best way to do code reviews, based on long experience. All together they represent one complete document, broken up into many separate sections. You don’t have to read them all, but many people have found it very helpful to themselves and their team to read the entire set. The Standard of Code Review What to Look For

        • Code Review Developer Guide

          Code Review Developer Guide Introduction A code review is a process where someone other than the author(s) of a piece of code examines that code. At Google, we use code review to maintain the quality of our code and products. This documentation is the canonical description of Google’s code review processes and policies. This page is an overview of our code review process. There are two other large

          • How to write code review comments

            How to write code review comments Summary Be kind. Explain your reasoning. Balance giving explicit directions with just pointing out problems and letting the developer decide. Encourage developers to simplify code or add code comments instead of just explaining the complexity to you. Courtesy In general, it is important to be courteous and respectful while also being very clear and helpful to the

            • What-the-Diff – AI-powered code review assistant

              What The Diff automatically writes pull request descriptions, sends out summarized notifications to keep non-technical stakeholders in the loop, and helps you to refactor minor issues during the review. FeaturesPull requests are the heartbeat of your development process. What The Diff helps you to make them accessible for everyone. Automated PR descriptionsLet the AI do the time consuming and bori

                What-the-Diff – AI-powered code review assistant
              • The Standard of Code Review

                The Standard of Code Review The primary purpose of code review is to make sure that the overall code health of Google’s code base is improving over time. All of the tools and processes of code review are designed to this end. In order to accomplish this, a series of trade-offs have to be balanced. First, developers must be able to make progress on their tasks. If you never submit an improvement to

                • The Code Review Pyramid

                  When it comes to code reviews, it’s a common phenomenon that there is much focus and long-winded discussions around mundane aspects like code formatting and style, whereas important aspects (does the code change do what it is supposed to do, is it performant, is it backwards-compatible for existing clients, and many others) tend to get less attention. To raise awareness for the issue and providing

                  • Automated Code Review on GitHub Actions with reviewdog for any languages/tools

                    From reviewdog v0.9.13, it now supports GitHub Actions integration. You can use github-pr-check reporter to report results to GitHub Check with GITHUB_TOKEN which is automatically generated in GitHub Actions. No need to create a bot account and personal access token anymore and no need to install reviewdog GitHub App too! - name: Setup reviewdog run: | mkdir -p $HOME/bin && curl -sfL https://raw.g

                      Automated Code Review on GitHub Actions with reviewdog for any languages/tools
                    • Code Review Tool - Amazon CodeGuru Security - AWS

                      Detect, track, and fix code security vulnerabilities anywhere in the development cycle using ML and automated reasoning Amazon CodeGuru Security is a static application security testing (SAST) tool that combines machine learning (ML) and automated reasoning to identify vulnerabilities in your code, provide recommendations on how to fix the identified vulnerabilities, and track the status of the vu

                        Code Review Tool - Amazon CodeGuru Security - AWS
                      • チームでの Renovate 運用を Code review assignment で自動アサインすることで持続させる!

                        チームでの Renovate 運用を Code review assignment で自動アサインすることで持続させる! Renovateをチームで運用できてますか? 問題なく運用できているかと言われたら「Yes!」と答えるのは難しい点もあるかと思います。 では、Renovateの対応は何が難しいのでしょうか? Dependencyが多いためPRも多くなり、処理しきれない 機能開発が優先になっていて手が回らない 関心がある人しか対応していない CIが通っていなく、修正のコストを考えるとアップデートしない方がいいという考えになる など様々な要因が考えられます。 僕個人の主観ですが、関心がない人はRenovateをそもそも導入していない?にもかかわらず、チーム内で運用できていないのは機能開発が優先になっているという側面は大きそう... Renovateを継続的にチームで運用していくために、この

                          チームでの Renovate 運用を Code review assignment で自動アサインすることで持続させる!
                        • Code Review Decision Fatigue - Tyler Cipriani

                          People think they lack motivation, what they really lack is clarity – James Clear, Atomic Habits Code review innocently asks a staggering question: “does this code look good to you?” It’s not even clear how to start to answer this question – which makes putting off code reviews easy. With so many decisions left for the reviewer, the easiest decision is to opt out – to defer code review for a time

                          • Move faster, wait less: Improving code review time at Meta

                            Move faster, wait less: Improving code review time at Meta Code reviews are one of the most important parts of the software development process At Meta we’ve recognized the need to make code reviews as fast as possible without sacrificing quality We’re sharing several tools and steps we’ve taken at Meta to reduce the time waiting for code reviews When done well, code reviews can catch bugs, teach

                              Move faster, wait less: Improving code review time at Meta
                            • How to code review security rules

                              Firebase Security Rules gate your user’s access to and enforce validations for Firestore, Firebase Storage, and the Realtime Database. It’s important to code review the Security Rules, just like you code review the application code. Because these rules are written in a domain-specific language, that puts some people in the position of code reviewing something they don’t feel like they understand.

                                How to code review security rules
                              • What to look for in a code review

                                What to look for in a code review Note: Always make sure to take into account The Standard of Code Review when considering each of these points. Design The most important thing to cover in a review is the overall design of the CL. Do the interactions of various pieces of code in the CL make sense? Does this change belong in your codebase, or in a library? Does it integrate well with the rest of yo

                                • GitHub - matsumonkie/izuna: Show Haskell type annotations when doing code review on Github

                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                    GitHub - matsumonkie/izuna: Show Haskell type annotations when doing code review on Github
                                  • On Code Review

                                    TL;DRCode review should probably always be your top priority, and you should figure out the best way to work it into your event loop.Make your code review requests a pleasure to read.I wrote this in March 2014 when I was managing the User Lookup Service team at Twitter, to codify our theory of and approach to code review, and to try to establish some basic best practices. It’s not intended to tell

                                      On Code Review
                                    • Deprecate AsyncTask (Ie142c281) · Gerrit Code Review

                                      • Don't enforce camera sound for mcc440 (I440706c2) · Gerrit Code Review

                                        • crev - Code REView system

                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                            crev - Code REView system
                                          • React Frontend Code Review- Checklist (Master Code Review)

                                            Many authors write tons of paragraphs and explain the main content in between them, let me not create nuisance here and get directly to the point so that without wasting a second, you geeks out here can utilise this checklist and become a master in code review. Keep the components small, If the size exceeds 200-300 lines then create child components. JSX markup should be no more than 50 lines. Eve

                                              React Frontend Code Review- Checklist (Master Code Review)
                                            • The Pushback Effects of Race, Ethnicity, Gender, and Age in Code Review – Communications of the ACM

                                              Tech companies are often criticized for a lack of diversity in their engineering workforce. In recent years, such companies have improved engineering workforce diversity through hiring and retention efforts, according to publicly available diversity reports.a However, we know little about the day-to-day, on-the-job experiences of traditionally underrepresented engineers once they join an organizat

                                              • Elon Code Review - Print it out and Elon Musk will check it

                                                Print Your Code for review by Elon Musk.Most code is reviewed in Github, Gitlab or somewhere online, but that is too efficient. Why not print out your code and submit the printout by fax for review by Elon Musk personally!

                                                • Code Review Handbook – Sledgeworx Software

                                                  Previously published as a PDF Code Review Handbook: Code Review Basics How do you do a code review? Typically, I get an email from bitbucket or Github saying “Adam added you as a reviewer on ‘SMB-1182-larger-buttons’”.  This is probably the 10th PR of the day, it is a constant stream. Often there is a 20 file PR that I just do not want to get started on. This is the industry standard PR environmen

                                                  • 仕事でのコードレビューについて思っていること / My thoughts about code review at work

                                                    仕事でのコードレビューについて思っていることを社内勉強会で話したスライド スライドについての補足: https://blog.yujigraffiti.com/2020/11/blog-post.html

                                                      仕事でのコードレビューについて思っていること / My thoughts about code review at work
                                                    • The CL author’s guide to getting through code review

                                                      The CL author’s guide to getting through code review The pages in this section contain best practices for developers going through code review. These guidelines should help you get through reviews faster and with higher-quality results. You don’t have to read them all, but they are intended to apply to every Google developer, and many people have found it helpful to read the whole set. Writing Goo

                                                      • crev - Code REView system

                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                          crev - Code REView system
                                                        • Sourcery | Instant Code Review for Faster Velocity

                                                          Code reviews shouldn't be a blocker. Sourcery can review all of your PR's instantly - letting your team stay in flow and get more done.

                                                            Sourcery | Instant Code Review for Faster Velocity
                                                          1

                                                          新着記事