Refactoring is good for your code and databases too! Ever since reading Refactoring by Martin Fowler, I have gained a healthy amount of respect for the process and mechanics of refactoring code (i.e., a technique for restructuring an existing body of code without changing its behavior). It identifies some common …
Read More