並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 20 件 / 20件

新着順 人気順

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

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

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

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

      良いソフトウェアとコードレビュー / Good software and code review
    • GitHub Copilot code review in Visual Studio Code がパブリックプレビューになりました | DevelopersIO

      import { Request } from 'express'; import * as zod from 'zod'; import { createCompanyService } from '@/lambda/domains/services/create-company'; import * as HttpUtil from '@/utils/http-response'; import { logger } from '@/utils/logger'; const eventBodySchema = zod.object({ name: zod.string(), }); export const createCompanyHandler = async ( event: Request ): Promise<HttpUtil.HttpResponse> => { logge

        GitHub Copilot code review in Visual Studio Code がパブリックプレビューになりました | DevelopersIO
      • GitHub Copilot code review in GitHub.com (public preview) · GitHub Changelog

        AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

          GitHub Copilot code review in GitHub.com (public preview) · GitHub Changelog
        • GitHub - anc95/ChatGPT-CodeReview: 🐥 A code review bot powered by ChatGPT

          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 - anc95/ChatGPT-CodeReview: 🐥 A code review bot powered by ChatGPT
          • 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 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

              • チームでの 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
                      • 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
                          • 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
                                      • 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

                                          新着記事