ga-wdi-boston/ruby-object-model

Prefer accessing instance variable via (private) attr_* methods

Opened this issue · 1 comments

This change was made in ruby-object-inheritance and is referenced here ga-wdi-boston/ruby-object-inheritance#12

This talk needs to follow that convention as well.

gaand commented

This could be more clearly stated. Perhaps something like "Prefer accessing instance variable via attr_* methods".