Engineering Japanese
Talk with an engineering team: meetings, incidents, systems, demos, planning, and reviews.
Use the core words for flexible explanations and the loanwords your team actually says. The page is deliberately separate from the core course.
知っている言葉で言う (Circumlocutions)
どう動くか (How it behaves)
| Minihongo | Meaning |
|---|---|
| 止まっている | stopped |
| 動いている | running |
| 前と違う | changed behavior |
| 何も出ない | no output |
| 時によって変わる | intermittent |
何をするか (What we do)
| Minihongo | Meaning |
|---|---|
| 悪い所を探す | debug |
| 書いた物を見る | review code |
| 良いか見る | test |
| 前の物にする | roll back |
| 一つにする | merge |
どこにあるか (Where it is)
| Minihongo | Meaning |
|---|---|
| 多くの物を持つ所 | database |
| 他の人が使う物 | server |
| 目で見る所 | screen |
| 物が動く道 | network |
| 中に入る所 | input |
人と時 (People and time)
| Minihongo | Meaning |
|---|---|
| この事をする人 | owner |
| いつまでに必要ですか | deadline question |
| どの事を始めにしますか | priority question |
| もう終わりました | done |
| 他の人を待っています | blocked |
悪い事を話す (Talking about a problem)
| Minihongo | Meaning |
|---|---|
| 何が起こりましたか | what happened? |
| いつからですか | since when? |
| 今これを見ています | investigating |
| 私にも同じ事が起こります | reproduced |
| どの時に起こりますか | under what condition? |
そのまま言う言葉 (Engineering loanwords)
作る物 (Code and structure)
| Minihongo | Meaning |
|---|---|
| コード | code |
| ブランチ | branch |
| コミット | commit |
| マージ | merge |
| レビュー | review |
作って外に出す (Build and delivery)
| Minihongo | Meaning |
|---|---|
| ビルド | build |
| テスト | test |
| パイプライン | pipeline |
| デプロイ | deploy |
| リリース | release |
悪い事を見る (Operations and incidents)
| Minihongo | Meaning |
|---|---|
| バグ | bug |
| エラー | error |
| ログ | log |
| サーバー | server |
| データベース | database |
する事を考える (Planning and teamwork)
| Minihongo | Meaning |
|---|---|
| タスク | task |
| チケット | ticket |
| スプリント | sprint |
| スタンドアップ | standup |
| デモ | demo |
Team dialogs
毎日の話 (Daily Standup)
A: 前の日は何をしましたか。 What did you do yesterday?
B: バグを探して、テストを作りました。 I found the bug and wrote tests.
A: 今の日は何をしますか。 What will you do today?
B: コードを書いて、レビューをお願いします。 I will write code and ask for review.
止まった時 (Incident Report)
A: サーバーが止まっています。 The server is down.
B: いつからですか。 Since when?
A: 十分前からです。 For ten minutes.
B: 今、前の物にします。 I am rolling back now.
どう動くか (System Explanation)
A: この物はどう動きますか。 How does this system work?
B: 始めにデータがサーバーに入ります。 First data enters the server.
B: それからデータベースに書きます。 Then it writes to the database.
A: なぜ二つの所を使いますか。 Why do we use two places?
見せる時 (Technical Demo)
A: 今からデモを始めます。 I will start the demo now.
A: これを使うと、何が起こるか見てください。 Watch what happens when I use this.
B: 新しい物がすぐ見えます。 The new item appears immediately.
A: 前より速くなりました。 It is faster than before.
する事を考える (Task Planning)
A: どのタスクを始めにしますか。 Which task should we do first?
B: このバグを始めにする必要があります。 We need to do this bug first.
A: いつまでにできますか。 When can it be done?
B: たぶん明までにできます。 Probably by tomorrow.
何が必要か (Requirement Clarification)
A: このタスクは何のためですか。 What is this task for?
B: 使う人が速く探すためです。 So users can search faster.
A: どの時に必要ですか。 In which case is it needed?
B: 物が多い時に必要です。 It is needed when there are many items.
Engineering can-dos
Practice with an AI colleague
Choose an engineering goal and practice directly with an AI colleague.
Loading...