Refactoring Static Methods Step-Wise vs Wrapping and Delegating
In working with legacy code, I often come across the problem of having to refactor classes that contain static methods…
28 articles found
In working with legacy code, I often come across the problem of having to refactor classes that contain static methods…
I love talking about tools and automating. I’ve written about having a dedicated developer tools team, and what you should…
In a prior post I talked about how to unit test android applications. I made some references to wiring up…
In my last post I presented two choices for unit testing in Android.\n\n \n Unit test on the real device…
Yesterday I ran into a problem trying to figure out where to localize error messages. We are using a MVP…
In my previous post, I posed the question Should I Leave that Helper Class? Hopefully I’ve convinced you that you…
Okay, so you’re convinced you need a developer tools team, or at least that development tools are important to build.…
If you have been following my blog, you know that I have a love/hate relationship with Scrum. \n\nI’ve previously talked…