PHPNW14

Practical Refactoring

Every codebase builds up some legacy over time, there is hardly a way around that. But how you handle the legacy is what seperates a good developer from a great developer. Refactoring code should be a part of your every day work, but how to effectively refactor your code? How to ensure the quality of the new code as well as the fact that refactoring code won’t break something elsewhere in your code? During this talk we’ll go into the why, when and how of refactoring.