memrootじしょ
英和翻訳
code formatter
code formatter
/koʊd ˈfɔːrmætər/
コード フォーマッター
1.
プログラミングコードの書式を自動的に整形するツールや機能。
プログラミングコードのインデント、空白、改行、括弧の位置などを、事前に設定されたルールに基づいて自動的に調整し、一貫性のある読みやすいスタイルに統一するソフトウェアや機能を指します。これにより、コードの可読性が向上し、複数の開発者が関わるプロジェクトでのコードスタイルのばらつきを防ぐことができます。
Using
a
code
formatter
ensures
consistent
coding
style
across
the
project.
(コードフォーマッターを使用することで、プロジェクト全体で一貫したコーディングスタイルが保証されます。)
Using a code formatter
コードフォーマッターを使用すること
ensures
保証する
consistent coding style
一貫したコーディングスタイル
across the project
プロジェクト全体で
Most
modern
IDEs
come
with
a
built-in
code
formatter.
(ほとんどの最新の統合開発環境(IDE)には、組み込みのコードフォーマッターが付属しています。)
Most modern IDEs
ほとんどの最新の統合開発環境(IDE)
come with
~が付属している
a built-in code formatter
組み込みのコードフォーマッター
Before
committing,
it's
good
practice
to
run
the
code
formatter.
(コミットする前に、コードフォーマッターを実行するのが良い習慣です。)
Before committing
コミットする前に
it's good practice
良い習慣である
to run the code formatter
コードフォーマッターを実行すること
関連
linter
beautifier
prettier
ESLint
coding style
static analysis