Code Smell 299 - How to Fix Overloaded Test Setups | HackerNoon
When you write tests, you might create a large setup method that initializes various objects. This leads to unnecessary overhead if only one test uses all these objects.
Refactoring 027 - How to Remove Getters | HackerNoon
"The main point of the article is to replace simplistic getters with behavior-rich methods that encapsulate the operations pertinent to the internal state."