「プログラミングの英語」の英語フレーズ
nyangailabに収録されている「プログラミングの英語」の英語フレーズは全28件です。代表的なフレーズを紹介します。
- Could you take a look at my PR when you get a chance?
手が空いたときに私のPRを見てもらえますか?
- I left a few comments on your diff.
あなたの差分にいくつかコメントを残しました。
- This looks good to me, just one nit.
良さそうです、ちょっとした指摘が一つだけあります。
- Can we pair on this for a bit?
少しペアプログラミングしませんか?
- Let's rubber-duck this bug together.
このバグを一緒にラバーダック(声に出して説明)してみましょう。
- I think this variable name could be clearer.
この変数名はもっと分かりやすくできると思います。
- Could you extract this into a separate function?
これを別の関数に切り出してもらえますか?
- Let's avoid magic numbers here.
ここではマジックナンバーを避けましょう。
- What's the time complexity of this approach?
このアプローチの時間計算量はどれくらいですか?
- Can you walk me through your thought process?
あなたの思考プロセスを説明してもらえますか?
- Take your time, there's no rush.
焦らなくて大丈夫です、急いでいません。
- How would you handle this edge case?
このエッジケースにはどう対応しますか?
- I'm not sure about the naming convention here.
ここの命名規則がこれでいいのか自信がありません。
- Should we use camelCase or snake_case for this?
ここはcamelCaseとsnake_caseどちらを使うべきですか?
- Let's keep the function names consistent.
関数名の一貫性を保ちましょう。
- I'll refactor this once the tests pass.
テストが通ったらこれをリファクタリングします。
- Can you add a docstring here?
ここにdocstringを追加してもらえますか?
- This function is doing too much.
この関数はやりすぎています(責務が多すぎます)。
- Let's break this into smaller functions.
これをもっと小さな関数に分割しましょう。
- I appreciate the detailed feedback.
詳細なフィードバックをありがとうございます。
- Would you mind explaining your reasoning?
あなたの考えの理由を説明してもらえますか?
- Let's whiteboard this before we start coding.
コーディングを始める前にホワイトボードで整理しましょう。
- I have a take-home assignment due Friday.
金曜日締め切りの持ち帰り課題があります。
- Feel free to push back if you disagree.
意見が違うなら遠慮なく指摘してください。
- Let's align on the naming before we merge.
マージする前に命名について認識を合わせましょう。
- I want to make sure this is readable for new team members.
新しいメンバーにも読みやすいコードにしたいです。
- Could you add a comment explaining why, not just what?
「何を」だけでなく「なぜ」を説明するコメントを追加してもらえますか?
- Let's write a quick test for this edge case.
このエッジケース用に簡単なテストを書きましょう。
→ フレーズ集トップ(他のシーンを見る)