0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

この記事は?

この記事は第一弾の続きです。見なくても楽しめる内容ですが見ていただくと嬉しいです!

本編

region

  • 地域
This service is available in the ap-northeast-1 region.
このサービスはap-northeast-1(東京)リージョンで利用できます。

AWSで見るやつ。他のクラウドサービスだとどうなのかな?

feature

  • 機能
You must make your feature branch from the develop branch.
フィーチャーブランチはdevelopブランチから作成してください。

中学生の時futureとfeatureを間違えていた...。

function

  • 関数
This function is called when the button is clicked.
この関数はボタンがクリックされたときに呼び出されます。

f(x)

structure

  • 構造
This structure is composed of three layers.
この構造は3つの層で構成されています。

構造体を書くときはstructって書いたりするよね。

instance

- 実例

You can create an instance of this class.
このクラスのインスタンスを作成できます。

インスタンス化!設計図から操作できる実態を作るんだよね。

current

  • 現在の
Please check current folder. Are you in the right place?
現在のフォルダを確認してください。正しい場所にいますか?

Linuxでよく見る。pwdで現在のパスを見たり。

manage

  • 管理する
Do not make a lot of Manager class.
たくさんのManagerクラスを作らないでください。

Managerクラスって安易に名前をつけると雑に使いがち。

sort

  • 並び替える
There are many ways to sort the list.
リストを並び替える方法はたくさんあります。

ボゴソートが一番好き。

observe

  • 観察する
In this case, you should make use of the observer pattern.
この場合、オブザーバーパターンを活用するべきです。

デザインパターンで見るよね。でも使いすぎには注意。

ignore

  • 無視する
You can make .git ignore file.
.gitignoreファイルを作成することができます。

大事なファイルは絶対.gitignoreに書いて!

contribute

  • 貢献する
You can contribute to this project by making a pull request.
プルリクエストを作成することで、このプロジェクトに貢献することができます。

いつかOSSにプルリクエストを飛ばしたい。

respond

  • 応答する
This server always responds with 500 Error.
このサーバーは常に500エラーで応答します。

どんなサーバーだよ。

succeed

  • 成功する
This test is expected to succeed.
このテストは成功することが期待されています。

映画だと緑色の文字で出がち。

conflict

  • 衝突
Please fix this conflict.
このコンフリクトを解消してください。

そもそもコンフリクトが起きないようにしよう。

context

  • 文脈
You should understand the context of this function.
この関数の文脈を理解するべきです。

FlutterだとBuildContextを使う。

strategy

  • 戦略
You have to study about business strategy to pass the exam.
試験に合格するためにはビジネス戦略について勉強する必要があります。

IPAの試験で勉強させられた。やってて楽しかった。

track

  • 追跡する
Let's track the hacker who attacked our server.
サーバーを攻撃したハッカーを追跡しましょう。

ログとかトラックって言ったりしない?

equal

  • 等しい
1 don't equal to "1".
1は"1"と等しくありません。

最初戸惑うよね。でも型を理解できないと話にならない。

false

Boolean value of 0 is false.
0のブーリアン値はfalseです。

0はfalse。1はtrue。

trust

  • 信頼する
Do you trust this directory?
このディレクトリを信頼しますか?

IntelliJで出るやつ。

release

  • 解放する
When you use C++, you have to release the memory.
C++を使うときはメモリを解放する必要があります。

ガーベッジコレクションがない時代のプログラマーは尊敬します。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?