Using instance variables vs attribute accessors

Thanks for the example, @derekprior. I can see how this would break consistency across a project.

@zamith If I were accessing the value of a hash via key more than twice in my class, I would have created a private method to do so. It’s different from creating a private getter method.