Monday, April 16, 2007

Bible for Refactoring.

Have you seen how code “smells”? If not yet, strongly suggesting you to read the book of Martin Fowler “Refactoring: Improving the Design of Existing Code”. That is another bible for software developers. Many if not all of us are cleaning the code, changing structure, making refactoring based on code style we like.

This book explains why refactoring is so important and brings refactoring to the level of systematization, makes strong agreement between developers to "when" and "how" to refractor the code. Shows how to simplify communication between developers by using terms which contains definition of “problem” and “solution”.

I would like add myself that refactoring should be a part of the software development cycle and the book helps to make it happened.

So, read a book and you will see how your code code “smells” :).

Autor's web site
Amazon

No comments: