I have a class with a bunch of private methods used to determine class attributes. These methods rely on other class attributes to determine the values they return.
I was wondering if it is seen as more proper/elegant to pass in attributes as arguments or just call this.attributeName whenever I need to reference them.