All Posts Tagged with REFACTORING

The Goodness of Parameter Objects

Sometimes in your code, you'll notice a pattern in which a group of parameters are tend to be passed together. Multiple methods will use the same group of parameters, because one will make no sense without the others. These m...
Read more...