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: Software Design
Clean Code
Why is Clean Code important? Code which is not well written is hard to read and understand. It’s a mess. Working with a mess is hard and prevents programmers from making changes easily. If not tidied up it will eventually deteriorate into unsupportable goop and you can’t sell goop. This is why Clean Code is […]