-
Recent Posts
Archives
Blogroll
Langr Software Solutions
Monthly Archives: January 2012
Refactoring and Performance
In the first portion of the book Refactoring, Martin Fowler presents an example where he whittles a verbose method into an improved design. Here’s the original, more or less: public String statement() { double totalAmount = 0; int frequentRenterPoints = 0; … Continue reading
Posted in agile, coding, performance
1 Comment