並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 299件

新着順 人気順

FINDの検索結果1 - 40 件 / 299件

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

FINDに関するエントリは299件あります。 githubtool開発 などが関連タグです。 人気エントリには 『findコマンドの使い方を簡単に理解するための7つのルール+実践的な知識 - Qiita』などがあります。
  • findコマンドの使い方を簡単に理解するための7つのルール+実践的な知識 - Qiita

    はじめに find コマンドの使い方は、ざっくり調べただけではよくわからんとなりますが、見逃しがちなルールを知れば簡単に理解できます。find コマンドに限りませんが使い方を調べるのが面倒だからと曖昧な理解で使うと逆にもっと分からなくなって時間がかかります。急がば回れ、理解して正しく使ったほうがシンプルで楽で簡単です。この記事では find コマンドの使い方を理解するために必要なルールと使い方の実践的な知識をまとめました。 Q&A(?): -type や -perm の説明はしないの? ⇒ それらはドキュメントを読むか検索すればすぐにわかることで難しいポイントではありません。重要なのは基本のルールを理解することです。 関連記事 POSIX 準拠のシェルスクリプトでは find | xargs よりも find -exec {} + を使うべき! 移植性の話はこちら ⇒ findコマンドのオ

      findコマンドの使い方を簡単に理解するための7つのルール+実践的な知識 - Qiita
    • POSIX 準拠のシェルスクリプトでは find | xargs よりも find -exec {} + を使うべき! - Qiita

      POSIX 準拠のシェルスクリプトでは find | xargs よりも find -exec {} + を使うべき!ShellScriptBashshellPOSIX はじめに find の出力を xargs にパイプで渡すというのはよく見かける使い方ですが、find -print0 | xargs -0 が使えない POSIX 準拠のシェルスクリプトでは find -exec {} + を使った方が良いです。安全かつ十分に速いからです。よく見かける -exec {} ; ではなく -exec {} + ですので間違えないようにしてください。多くのケースでは + の方が優れているのですが ; ばっかり使われているのを見ると、意外と知られてない気がします。 少しだけ予備知識として、-exec {} ; は -exec {} \; と ; をバックスラッシュでエスケープするのがよく見る使い方

        POSIX 準拠のシェルスクリプトでは find | xargs よりも find -exec {} + を使うべき! - Qiita
      • GitHub - openai/chatgpt-retrieval-plugin: The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.

        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 - openai/chatgpt-retrieval-plugin: The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.
        • Connected Papers | Find and explore academic papers

          Connected Papers is a visual tool to help researchers and applied scientists find academic papers relevant to their field of work.

            Connected Papers | Find and explore academic papers
          • VSCodeのFindで今マッチしている場所にボーダーを引いて見やすくする - $shibayu36->blog;

            VSCodeでFindしている時に、マッチしているwordは背景色が変わって分かるのだけど、今どこにフォーカスしているかが分かりづらかった。これが特に問題が起こるのがReplaceをしようとしている時で、Replaceするたびに今どこ?とマッチ箇所を探していた。これだと時間がかかって困る。 調べてみるとTheme Color | Visual Studio Code Extension APIに書かれているように、自分のsettings.json内で自分用に色を調整し、見やすくカスタマイズ出来ることが分かった。これでFindの現在のマッチ箇所を見やすくしてみる。 Findの色のカスタマイズは editor.findMatchBackground: Color of the current search match. editor.findMatchHighlightBackground:

              VSCodeのFindで今マッチしている場所にボーダーを引いて見やすくする - $shibayu36->blog;
            • How to find cause of high kernel_task cpu usage?

              TLDR; If your MacBook Pro runs hot or shows a high % CPU for the kernel task, try charging on the right and not on the left. High kernel_task CPU Usage is due to high chassis temperature caused by charging. In particular Left Thunderbolt port usage. Solutions include: Move charging from the left to the right side. If you have a second charger then plug it in on the right side. Avoid plugging every

                How to find cause of high kernel_task cpu usage?
              • 最大85%OFFで泊まれる『Find Your YOKOHAMA 宿泊クーポン』が非常にお得 - 日毎に敵と懶惰に戦う

                『Find Your YOKOHAMA』宿泊クーポンは、予算上限に達したため、一旦休止された模様です(2020年10月6日) GoToTravelキャンペーンは7月22日からはじまったものの、利用者数はそれなり、という感じのようだ。東京都が除外されたままの状態で、8月までの利用者数は556万人とのこと。 旅行者向け Go To トラベル事業公式サイト 開始当初に相当バタバタしたため、制度がいまいち分かりにくくなってもいるし、旅慣れている人が普段よりもホテルや旅館のランクを上げたり、業務出張の人が主に使っている感じ。 当初ぶち上げた『50%還元』のうち、35%の割引はあるものの、15%の地域共通クーポン支給がいつからはじまるかわからないのも、利用者が躊躇する要因だろう。当初は9月1日から…という話があったが、今は9月以降で、ということになっている。(9月中旬に、10月1日開始と明確になった)

                  最大85%OFFで泊まれる『Find Your YOKOHAMA 宿泊クーポン』が非常にお得 - 日毎に敵と懶惰に戦う
                • GitHub - anandrmedia/heroku-free-alternatives: Free tier of Heroku Dynos, Postgres and Data for Redis will no longer be available after November 28, 2022. Let's find a list of services with a free plan that developers can use as an alternative to Heroku.

                  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 - anandrmedia/heroku-free-alternatives: Free tier of Heroku Dynos, Postgres and Data for Redis will no longer be available after November 28, 2022. Let's find a list of services with a free plan that developers can use as an alternative to Heroku.
                  • find + mkdir はチューリング完全 - Qiita

                    FizzBuzz の構成 find は -regex オプションにより、それに対して後続のアクションを実行するファイル名をフィルタすることができます。これを使って x/ の 3,5,15の倍数回の繰り返しをフィルタすることができ、これをループと組み合わせることで FizzBuzz を実装できます。 以下では読みやすさのために -regextype posix-extended を使っていますが、どの正規表現文法でも同じことができるはずです。 mkdir -p d/x find d/x -regextype posix-extended -regex 'd(/x){0,29}' -execdir mkdir x/x \; find d -regextype posix-extended \ -regex 'd((/x){15})+' -printf "FizzBuzz\n" -o \ -re

                      find + mkdir はチューリング完全 - Qiita
                    • getとfindの使い分け - 日々常々

                      メソッド名の getXXX と findXXX どっちがいいの?みたいな話になることがある。 この手の話ができるだけでもいい感じだと思います。名前が記号化していないってことなので。 世の中には名前に力を割くのが無駄な文脈もあって、そう言うのに晒されて続けると当然そこに力をかけなくなります。 その文脈では最適解だけど、私は名前が重要だと思っているし、その価値観を土台に他のものを積み上げていきたい。 ということで話を戻す。 「得る」と「探す」のようなものを意図して使い分けるとコードが読みやすくなります。 使い分け方によって読みやすさは変わりはするのですが、「意図して使い分けている」だけでも十分変わります。 その意図に共感できたり汲み取れたりすればさらに読みやすくなりますが、その前段階として意図の有無が重要だと思ってます。 私の基本的な使い分け getHoge(条件): Hoge findHog

                        getとfindの使い分け - 日々常々
                      • チームの状況にあったいろいろなタイプのスクラムマスターの見つけ方 / How to find the Scrum Master that fits your team's situation

                        ScrumFestOsaka2021 での発表資料です

                          チームの状況にあったいろいろなタイプのスクラムマスターの見つけ方 / How to find the Scrum Master that fits your team's situation
                        • GitHub - semgrep/semgrep: Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.

                          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 - semgrep/semgrep: Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.
                          • Semgrep — Find bugs and enforce code standards

                            Semgrep CodeFind and fix the issues that matter in your code (SAST)

                              Semgrep — Find bugs and enforce code standards
                            • 財布に入れられるカード型の紛失防止トラッカーがAnkerから、Apple「Find My」にも対応

                                財布に入れられるカード型の紛失防止トラッカーがAnkerから、Apple「Find My」にも対応
                              • 株式会社はてなを退職します - Takuji->find;

                                2024/3/31をもって8年間在籍した株式会社はてなを退職することになりました。本日2024/2/14が最終出社日でした。 はてなでやってきたこと カクヨムアプリ Android版 カクヨム Web はてなブックマーク ジャンプルーキー!アプリ カクヨムViewer React Native化 コミックDAYS Android版 コミックガルド+ (GigaViewer for Apps) Android版 なんでやめるのか 今後 最後に はてなでやってきたこと カクヨムアプリ Android版 2016/1/1 に入社して最初にやったことはカクヨム(現カクヨムViewer) Android版のリリースです。 play.google.com 当時Android界隈はRxJava全盛期という感じではてなではまずRxJava浸透させるぞ〜って感じで導入していきました。 またLGTM Came

                                  株式会社はてなを退職します - Takuji->find;
                                • GitHub - samber/lo: 💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)

                                  ✨ samber/lo is a Lodash-style Go library based on Go 1.18+ Generics. This project started as an experiment with the new generics implementation. It may look like Lodash in some aspects. I used to code with the fantastic "go-funk" package, but "go-funk" uses reflection and therefore is not typesafe. As expected, benchmarks demonstrate that generics are much faster than implementations based on the

                                    GitHub - samber/lo: 💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
                                  • Coding Font by Typogram – Find Your True Love of Coding Fonts

                                    Coding Font Blog As software engineers, we spend a lot of time skimming, reading, making changes to code. The coding font that we spend 8 hours a day staring at has a lot to do with our productivity and comfort. That is why I created this gamified experience to help you find your true love of coding fonts! Coding Font is built with NoCode / LowCode tools! I share the process of building apps on my

                                    • Pythonのfindメソッドで部分一致文字を避けて文字列の位置を取得したい - Qiita

                                      前書き リスト内にある各文字列の開始位置と終了位置を取りたい!ってときにfindメソッドを用いたのですが、部分的に一致するものが文章の先にきてしまうと正確な位置ではない値が取れてしまいました。 そこで自分なりに改善してみた結果を以下に書いておきます。 (記事にするようなことでもないですが、アウトプットの癖をつけるためにも、自分の気づきになったことはどんなに小さなことでも残していこうかなと) 問題となった動作 例えば、以下のような文章から「カモシカ」の後に続く、「シカ」という語句の位置を取りたい場合

                                        Pythonのfindメソッドで部分一致文字を避けて文字列の位置を取得したい - Qiita
                                      • How to find the AWS Account ID of any S3 Bucket

                                        In 2021 Ben Bridts published a highly inventive method for finding the AWS Account ID of a public S3 bucket. This post describes a technique to find the Account ID of any S3 bucket (both private and public). I'd highly recommend reading Ben's technique first as we will re-use a lot of concepts. S3 Bucket to AWS Account IDShell output can be worth a thousand words, here's what our technique enables

                                          How to find the AWS Account ID of any S3 Bucket
                                        • How to Use Chrome's @ Shortcut to Find Things in Your Browser

                                          If you’re a Chrome user who often has plenty of open tabs and bookmarks saved, then you’ll know how frustrating it is to lose these pages in your browser. Nobody wants to spend time looking for lost pages! While Chrome already has a tab search feature, there’s an even more effective way to find things in Chrome. Google Chrome’s @ shortcut allows you to easily find things in your browser. Here, we’

                                            How to Use Chrome's @ Shortcut to Find Things in Your Browser
                                          • GitHub - bridgecrewio/checkov: Prevent cloud misconfigurations and find vulnerabilities during build-time in infrastructure as code, container images and open source packages with Checkov by Bridgecrew.

                                            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 - bridgecrewio/checkov: Prevent cloud misconfigurations and find vulnerabilities during build-time in infrastructure as code, container images and open source packages with Checkov by Bridgecrew.
                                            • 図解!Python BeautifulSoupの使い方を徹底解説!(select、find、find_all、インストール、スクレイピングなど) - ビジPy

                                              03. BeautifulSoup 図解!Python BeautifulSoupの使い方を徹底解説!(select、find、find_all、インストール、スクレイピングなど) Beautiful Soup(ビューティフル・スープ)とは、HTMLやXMLファイルからデータを取得し、解析するPythonのWEBスクレイピング用のライブラリです。インターネット上に公開されているWEBサイトでは広くHTMLやXMLが使われており、これらの情報の取得や解析に、大変便利なライブラリです。 Pythonでは、Beautiful Soupを利用して、簡単にWEBサイトからデータを自動的に取得することができます。 Beautiful Soupは、 情報収集の為にニュースサイトやブログから、自動的にデータを取得し保存したい。製品の価格情報を取得して、トレンドを把握し価格設定に利用したい。WEBサイトから

                                                図解!Python BeautifulSoupの使い方を徹底解説!(select、find、find_all、インストール、スクレイピングなど) - ビジPy
                                              • Rails: where.firstとfind_byの違いを知る(翻訳)|TechRacho by BPS株式会社

                                                概要 原著者の許諾を得て翻訳・公開いたします。 英語記事: Know what your scopes are doing: where.first vs find_by - Andy Croll 原文公開日: 2022/03/14 原著者: Andy Croll 日本語タイトルは内容に即したものにしました。 参考: 週刊Railsウォッチ20220328 where.firstとfind_by Active RecordのようなORM(Object-Relational Mapper)でSQLを生成することには多くのメリットがあります。明確で再利用しやすい抽象化を手に入れられるので、時間も節約でき、可読性も向上します。 ただし、ORMの便利な抽象化機能そのものが思わぬ結果をもたらすこともあります。 データベースサーバー上で実行される「実際の」SQLはフレームワークが生成するので、気をつけ

                                                  Rails: where.firstとfind_byの違いを知る(翻訳)|TechRacho by BPS株式会社
                                                • GitHub - seemoo-lab/openhaystack: Build your own 'AirTags' 🏷 today! Framework for tracking personal Bluetooth devices via Apple's massive Find My network.

                                                  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 - seemoo-lab/openhaystack: Build your own 'AirTags' 🏷 today! Framework for tracking personal Bluetooth devices via Apple's massive Find My network.
                                                  • 'It's really hard to find maintainers...' Linus Torvalds ponders the future of Linux

                                                    Will code move on to a language such as Rust? 'I'm convinced it's going to happen' says kernel colonel Linux creator Linus Torvalds spoke about the challenge of finding future maintainers for the open-source kernel, at the Open Source Summit and Embedded Linux conference under way this week online. Torvalds does not do keynote talks these days, but he was willing to sit down with VMware's chief op

                                                      'It's really hard to find maintainers...' Linus Torvalds ponders the future of Linux
                                                    • GitHub - irevenko/what-anime-cli: ❓🖼 Find the anime scene by image using your terminal

                                                      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 - irevenko/what-anime-cli: ❓🖼 Find the anime scene by image using your terminal
                                                      • GitHub - smeijer/unimported: Find and fix dangling files and unused dependencies in your JavaScript projects.

                                                        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 - smeijer/unimported: Find and fix dangling files and unused dependencies in your JavaScript projects.
                                                        • Introducing AWS Resource Explorer – Quickly Find Resources in Your AWS Account | Amazon Web Services

                                                          AWS News Blog Introducing AWS Resource Explorer – Quickly Find Resources in Your AWS Account Looking for a specific Amazon Elastic Compute Cloud (Amazon EC2) instance, Amazon Elastic Container Service (Amazon ECS) task, or Amazon CloudWatch log group can take some time, especially if you have many resources and use multiple AWS Regions. Today, we’re making that easier. Using the new AWS Resource E

                                                            Introducing AWS Resource Explorer – Quickly Find Resources in Your AWS Account | Amazon Web Services
                                                          • create_or_find_byでcreateもfind_byも失敗させる - かみぽわーる

                                                            Active Recordの話です。 create_or_find_byの実装はcreateしてみてユニーク制約に引っかかったらfind_byしてみるなので、ふつうに考えるとfind_byは成功しそうに見えます。 def create_or_find_by(attributes, &block) transaction(requires_new: true) { create(attributes, &block) } rescue ActiveRecord::RecordNotUnique find_by!(attributes) end ですが、以下のスクリプトを実行するとcreate_or_find_byはcreateがRecordNotUnique例外を吐いたあと、find_byもRecordNotFound例外を吐いてレコードを見つけられずに死にます。 ちょっと今から会食なので原

                                                              create_or_find_byでcreateもfind_byも失敗させる - かみぽわーる
                                                            • OPPO Find X3 Pro レビュー 国内販売製品の中ではトップクラスのスマートフォン - 格安ガジェットブログ

                                                              OPPO。オウガジャパンのスマホブランドであるそれは、中華スマホの中でもキャリアで取り扱ってもらえる程度には信頼性のあるブランドです。 ミドルスマホであればOPPO Reno 5Aというスマートフォンがかなりの人気を博しており、聞き覚えくらいならある人が多いと思います。 今回レビューしていくOPPO Find X3 Proは、OPPOブランドの中でも日本国内で正規販売されているフラグシップモデルです。値段はぶっちゃけ高い。しかし、そのぶん高性能な事は確かです。 製品特徴 背面デザインは独特。好みは分かれる 全キャリアフル対応 非常に高い処理能力と制限機能 付属品も十分 画面内指紋認証の精度はまずまず カメラ性能 バッテリーと充電性能 ぶっちゃけ一般向けではない 製品特徴 背面デザインは独特。好みは分かれる 私はグロスブラックを購入しましたが、箱出しで思った感想は「これブラックなの?」です。

                                                                OPPO Find X3 Pro レビュー 国内販売製品の中ではトップクラスのスマートフォン - 格安ガジェットブログ
                                                              • I've spent 15 years travelling to find the most terrible album covers ever

                                                                DJ Michael Sumner has spent 15 years and £2,000 trawling the globe to find his pick of the very WORST album artworkCredit: SuppliedBut DJ Michael Sumner, 48, has spent 15 years and £2,000 trawling the globe to find his pick of the very WORST album artwork. The record dealer, from the Isle of Wight, who has amassed a 500-strong collection of unusual and ugly sleeves, says: “It started out as a bit

                                                                  I've spent 15 years travelling to find the most terrible album covers ever
                                                                • ビジネスに必要な全てを担い、 自分の専門性を見つけ出す フルサイクル開発者のあり方@技育祭 秋 / how-find-own-speciality-in-full-cycle

                                                                  DAY2 / 2024年9月22日(日) 16:20 HALL A 広く深くビジネスに関わりたいエンジニアへ。 キャリア初期に専門性を決めるのは早すぎる最適化かも知れません。 2024 Snowflake Superheros 選出 @pei0804が領域を限定せず広く経験することで専門性を…

                                                                    ビジネスに必要な全てを担い、 自分の専門性を見つけ出す フルサイクル開発者のあり方@技育祭 秋 / how-find-own-speciality-in-full-cycle
                                                                  • スマホ買い替えました。選ばれたのはOPPO Find X3 Proでした - 格安ガジェットブログ

                                                                    最近になって本格的に使用していたスマートフォン、Zenfone 6が駄目になって来たので、スマートフォンを機種変しました。 色々な選択肢がありましたが、最終的にはOPPO Find X3 Proという機種を選択しました。 今回は選択肢に上がっていた他のスマホも交えつつ、なぜOPPO Find X3 Proを選択したのか解説していきます。この記事がみなさんのスマホ選びの参考になれば幸いです。 選考に上がっていたスマホ達 iPhone13系 ZenFone 8 Flip MOTOROLA moto g100 Xiaomi 11T Pro 選ばれたのはOPPO Find X3 Proでした 選考に上がっていたスマホ達 iPhone13系 iPhone 13 Pro みんな大好きiPhone13 Pro。 Amazon 楽天 スマートフォンと言えばまずiPhoneが出てくると思います。 最近のiP

                                                                      スマホ買い替えました。選ばれたのはOPPO Find X3 Proでした - 格安ガジェットブログ
                                                                    • Futurepedia - Find The Best AI Tools & Software

                                                                      Discover how 10M+ professionals and businesses are leveraging AI to enhance revenue, efficiency, and savings.

                                                                        Futurepedia - Find The Best AI Tools & Software
                                                                      • GitHub - codemix/deprank: Use PageRank to find the most important files in your codebase.

                                                                        Deprank uses the PageRank algorithm to find the most important files in your JavaScript or TypeScript codebase. It uses dependency-cruiser to build a dependency graph of your source files, then ranks those dependencies based on their importance. We define importance as those files which are directly or indirectly depended upon the most by other files in the codebase. Deprank is particularly useful

                                                                          GitHub - codemix/deprank: Use PageRank to find the most important files in your codebase.
                                                                        • ‘I just want to find 11,780 votes’: In extraordinary hour-long call, Trump pressures Georgia secretary of state to recalculate the vote in his favor

                                                                          ‘I just want to find 11,780 votes’: In extraordinary hour-long call, Trump pressures Georgia secretary of state to recalculate the vote in his favor In a phone call on Jan. 2, 2021, President Donald Trump insisted he had won the state and threatened vague legal consequences. Here are excerpts from the call. (Video: Obtained by The Washington Post)

                                                                            ‘I just want to find 11,780 votes’: In extraordinary hour-long call, Trump pressures Georgia secretary of state to recalculate the vote in his favor
                                                                          • OPPO、フォルダブルスマホ「Find N2」を発表

                                                                              OPPO、フォルダブルスマホ「Find N2」を発表
                                                                            • Boris Johnson on Twitter: "It is hard to find the words to express my debt to the NHS for saving my life. The efforts of millions of people a… https://t.co/Noj6HMSavd"

                                                                              It is hard to find the words to express my debt to the NHS for saving my life. The efforts of millions of people a… https://t.co/Noj6HMSavd

                                                                                Boris Johnson on Twitter: "It is hard to find the words to express my debt to the NHS for saving my life. The efforts of millions of people a… https://t.co/Noj6HMSavd"
                                                                              • Anker版AirTagでは!? AppleのFind Myネットワーク対応のスマートトラッカー出るぞ

                                                                                Anker版AirTagでは!? AppleのFind Myネットワーク対応のスマートトラッカー出るぞ2022.04.13 16:0024,495 小暮ひさのり カード型ってのが良いね! 「Anker Power Conference 22 Spring」で発表されたこちらのカード。極薄充電器かな?とも見えますけど、実はこれカード型のスマートトラッカーです。そう、いわゆる忘れ物防止タグの類ですね。 最初リリース見た時「独自のネットワークでトラッカー使っても規模的に使いづらいよなー」とか思ってたんだけど、これ「Apple Find My」連携(予定)なんだって。オィぃ!? Photo: 小暮ひさのりつまり、AppleのAirTagと同じく、世界中のAppleデバイスの「探す」ネットワークが使えるってわけです。やだ…規模最強じゃないですか! Photo: 小暮ひさのりバリエーションとしてタグ型

                                                                                  Anker版AirTagでは!? AppleのFind Myネットワーク対応のスマートトラッカー出るぞ
                                                                                • Rails: Active Recordのfindで怖い思いをした話(翻訳)|TechRacho by BPS株式会社

                                                                                  概要 元サイトの許諾を得て翻訳・公開いたします。 英語記事: A scary side of ActiveRecord's find | Arkency Blog 原文公開日: 2019/03/19 原著者: Jakub Kosiński サイト: Arkency Blog 日本語タイトルは内容に即したものにしました。 参考: Rails API find -- ActiveRecord::FinderMethods 参考: Object#tap (Ruby 3.2 リファレンスマニュアル) 私は最近プロジェクトでこんなリファクタリングを行いました。identityに束縛されたコンテキストにドメインイベントをさらに追加することで、システム内のidentityに対して実行された特定のアクションから取得する監査ログを改善するというものです。手始めに、コマンドを消費する責務を持つServiceを

                                                                                    Rails: Active Recordのfindで怖い思いをした話(翻訳)|TechRacho by BPS株式会社

                                                                                  新着記事