You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This book written by Martin Fowler is an essential book for software developers which offers start-to-finish strategies for working more effectively with large software and improving the design of existing code.
Refactoring is the process of rewriting codes, without changing the functionality, to improve the readability, testability, or maintainability of your code. If you are interested in improving and maintaining the quality of your code this book is for you it contains step-by-step instructions for the implementation of more than 40 proven refactorings examples illustrating with details when and why to use the refactoring. In the second edition of this classic book, it switched from Java to JavaScript for most of the examples but the ideas can be applied to any Object-oriented programming language. The book is well-written and provides samples, examples, diagrams, steps to follow, side notes, commentary, and basically everything you would need to fully understand a refactoring method.
The text was updated successfully, but these errors were encountered:
Refactoring is the process of rewriting codes, without changing the functionality, to improve the readability, testability, or maintainability of your code. If you are interested in improving and maintaining the quality of your code this book is for you it contains step-by-step instructions for the implementation of more than 40 proven refactorings examples illustrating with details when and why to use the refactoring. In the second edition of this classic book, it switched from Java to JavaScript for most of the examples but the ideas can be applied to any Object-oriented programming language. The book is well-written and provides samples, examples, diagrams, steps to follow, side notes, commentary, and basically everything you would need to fully understand a refactoring method.
The text was updated successfully, but these errors were encountered: