Software development vocabulary in Japanese
I decided to put together a list of vocabulary of software development in Japanese, this is just a small list of things I know, and I’ll keep updating this from time to time.
General
開発(かいはつ・kaihatsu) - development
アプリ開発(アプリかいはつ・apurikaihatsu) - App Development
デバッグ(debagu) - Debug
ブレークポイント(bureekupointo) - Breakpoint
バグ(bagu) - Bug
テスト(tesuto) - Test
単体テスト(たんたいテスト・tantaitesuto) - Unit Test
ユニットテスト(yunittotesuto) - Unit Test
コンポーネントテスト(componentotesuto) - Component Test
命名規則(めいめいきそく・meimeikisoku) - Naming Convention
研究開発 (けんきゅうかいはつ・Kenkyuu kaihatsu) - Research and Development
Variables
変数(へんすう・hensuu) - Variable
変数名(へんすうめい・hensuu-mei) - Variable Name
変数宣言(へんすうせんげん・hensuu-sengen) - Variable Declaration
定数(ていすう・teisuu) - Constant Variable
グローバル変数(ゴローバルへんすう・guroobaruhensuu) - Global Variable
ローカル変数(ローカルへんすう・rookaruhensuu) - Local Variable
Functions and Methods
関数(かんすう・kansuu) - Function
プライベート関数(プライベートかんすう・puraibeeto kansuu) -Private Function
メソッド(mesoddo) - Method
プライベートメソッド(puraibeeto mesoddo) - Private Method
Language
言語(げんご・gengo)- Language
プログラミング言語(プログラミングげんご・puroguramingugengo) - Programming Language
スクリプト言語(スクリプトげんご・sukuriputogengo) - Script Language
Of course, this list is far from being complete and as I said, I’m adding words that I’m familiar with, if you want to check a more complete list of terms checks this postプログラミングでよく使う英単語のまとめ【随時更新】 with a bunch o terms.