ga-wdi-boston / ruby-object-model

Other
1 stars 109 forks source link

Prefer accessing instance variable via (private) attr_* methods #30

Open BenGitsCode opened 7 years ago

BenGitsCode commented 7 years ago

This change was made in ruby-object-inheritance and is referenced here https://github.com/ga-wdi-boston/ruby-object-inheritance/issues/12

This talk needs to follow that convention as well.

gaand commented 7 years ago

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