1 min readFeb 27, 2020
This also exhibits itself as member variables added to an object simply to avoid passing them as parameters to methods. When I see member variables that do not track true instance state, I start to look for the methods that are sharing information through them. In other words, I look at this as the smell of having too many small functions.