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

girl01_laugh.png
 メルカリで稼いだ時のスナカワさん

変数

Railsひとまわりやってみたのですが、
正直、ちょっと何言ってるかわからなかったです。
そこで、変数に関して出てきた単語の再確認をしました。

スコープと変数は一緒に説明してあげたほうが分かりやすいかも

 👉変数の種類によってスコープできる範囲が異なる、という理解に至りました。

ローカル変数

小文字で始まり、そのスコープに属する変数のこと

インスタンス変数 @

特定のオブジェクトに属する変数のこと

クラス変数 @@

クラス、そのサブクラス、それらのインスタンス、いずれをまたいでも共有できる変数のこと

最後に

簡単な内容ですが非常に重要な内容と認識したのでおさらいしました。

これを分かりやすく受講生と共有するためには、を常に考えたい。

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?