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?

More than 3 years have passed since last update.

読みやすいコードを書く

Posted at

#読みやすいコードとは
読みやすいコードが書けずに困っているため、現段階で学んだことなどを書いていきたい。

##客観的にコードを読む
コードは自分だけがわかれば良いものではない。全く関係のない人が見ても理解に時間のかからないコードを書く必要がある。
そのためには自分の頭をリセットして客観的に自分のコードを読む

##わかりやすい変数名、メソッド名を書く
ここに一番苦戦している。ボキャブラリーが少ないせいか、わかりやすい名前をつけることができない。
そのため、ここに汎用的に使えそうな変数名などをメモしていきたいと思う。

###範囲の指定
firstとlast
限界値を明確にするには
minとmaxを使う

###何かを出力するメソッド
output ~

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?