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?

わかりやすいプログラムを書くための3つのポイント

Last updated at Posted at 2024-10-09

今回はわかりやすいプログラムを書くための3つのポイントを記事にしたいと思います。

1,

コメント:プログラム内のメモ書き
//コメント ⇒一行のコメント
/コメント/⇒複数行のコメント

2,

フォーマット: プログラムの体裁
-ブロックの開始・終了や処理分
ごとに改行する
-タブや半角スペースで
字下げ(インデント)する

3,

命名ルール:名付けの慣習
-1文字目
クラス・インターフェース・:大文字
変数・メソッド・パッケージ:小文字

-2つ目以降の単語は
大文字から

今回はわかりやすいプログラムを書くための3つのポイントを記事にしてみました。

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?