22.May.2009 at 14:28 by Michelangelo van Dam
Refactoring is a good way to modify a code base in a way that you improve the code, without touching behaviour.
A++ on promoting testing !!!
Stefan Koopmanschap (22.May.2009 at 05:00)
Talk at php|tek 2009 (English - US)
Some people try to develop everything at once and think changing existing code is a waste of development time. Not me. Refactoring is one of the most powerful tools of development. Start with something simple, keep refining it until it is perfect. This session will introduce the power of refactoring. Why to do it? How to do it? And why it is actually saving time instead of wasting time.
Quicklink: https://joind.in/209
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?
22.May.2009 at 14:28 by Michelangelo van Dam
Refactoring is a good way to modify a code base in a way that you improve the code, without touching behaviour.
A++ on promoting testing !!!
22.May.2009 at 14:24 by Graham Christensen
Thoroughly enjoyed this talk, going to be using it to my advantage start right now.