Found a good quote from Martin Fowler, in his book Refactoring – Improving the Design of Existing Code: “By eliminating the duplicates, you ensure that the code says everything once and only once, which is the essence of good design.”
Tag archives: Refactoring
My First Refactor
Over the last Christmas I was thinking about investing so I developed a small tool which I was using to analyse stock market data. I was interested in checking what the rate of return on various stocks actually was if you use the Dollar Cost Averaging method of investment. I retrieved the data from Google […]