On Sun, Dec 5, 2010 at 4:07 PM, Anand Balachandran Pillai <
abpil...@gmail.com> wrote:

>
>  That is re-architecting or re-designing depending on which side of the
>  conference table you are - not re-factoring.
>
>
Err... Refactoring _is_ redesigning, that is the whole purpose of
refactoring.

The difference is that traditional rearchitecting/redesiging is taking down
the existing design and rewriting the application with a new design.
Refactoring is doing it in such a way that you can go from A -> B in small
steps without breaking the app at any point.

--
Siddharta
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to