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?

インスタンス変数とは

Posted at

インスタンス変数とは
例えるならば!(校内放送!)
例えば、校内放送でお昼の時間が12:30からだと放送されれば、どの教室でも12:30からお昼だと認識する!

一方で部分テンプレートで個別に独立して動きたい場合、
例えば、13:00からお昼にするはずなのに、校内放送が聞こえてしまえば…。
当然12:30からお昼の情報に引っ張られて混乱、エラーが発生する!
したがって、部分テンプレートの場合にはインスタンス変数ではなくローカル変数にするべし!

0
0
3

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?