Best Sellers in Books
Discover the most popular and best selling products in Books based on sales

Disclosure: I get commissions for purchases made through links in this website
Business Technology - Refactoring: Improving the Design of Existing Code (Addison-Wesley Signature Series (Fowler))

Description

Book Synopsis: Martin Fowler’s guide to reworking bad code into well-structured code

Refactoring improves the design of existing code and enhances software maintainability, as well as making existing code easier to understand. Original Agile Manifesto signer and software development thought leader, Martin Fowler, provides a catalog of refactorings that explains why you should refactor; how to recognize code that needs refactoring; and how to actually do it successfully, no matter what language you use.

Refactoring principles: understand the process and general principles of refactoring

Code smells: recognize “bad smells” in code that signal opportunities to refactor

Application improvement: quickly apply useful refactorings to make a program easier to comprehend and change

Building tests: writing good tests increases a programmer’s effectiveness

Moving features: an important part of refactoring is moving elements between contexts

Data structures: a collection of refactorings to organize data, an important role in programs

Conditional Logic: use refactorings to make conditional sections easier to understand

APIs: modules and their functions are the building blocks of our software, and APIs are the joints that we use to plug them together

Inheritance: it is both very useful and easy to misuse, and it’s often hard to see the misuse until it’s in the rear-view mirror---refactorings can fix the misuse

Examples are written in JavaScript, but you shouldn’t find it difficult to adapt the refactorings to whatever language you are currently using as they look mostly the same in different languages.

“Whenever you read [Refactoring], it’s time to read it again. And if you haven’t read it yet, please do before writing another line of code.” –David Heinemeier Hansson, Creator of Ruby on Rails, Founder & CTO at Basecamp

“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” –M. Fowler (1999)

Details

Transform your coding skills with Refactoring: Improving the Design of Existing Code (Addison-Wesley Signature Series (Fowler)). Dive into the world of code enhancement and software maintainability with Martin Fowler's comprehensive guide. Elevate your coding game to the next level by learning the art of refactoring and making your codebase more elegant and efficient.

Refactoring is not just about fixing broken code; it's about crafting a masterpiece that is easy to understand and modify. By following Martin Fowler's refactorings, you will gain valuable insights on recognizing code smells and implementing best practices for a streamlined development process.

With Refactoring, you will discover how to create a solid foundation for your projects through the effective organization of data structures and the simplification of conditional logic. Unlock the true potential of your codebase by harnessing the power of APIs and mastering the art of inheritance.

Don't miss the opportunity to level up your coding skills and join the ranks of elite programmers who prioritize clean and maintainable code. Embrace the wisdom shared by Martin Fowler and revolutionize your approach to software development today!

Click here to elevate your coding skills with Refactoring!

Disclosure: I get commissions for purchases made through links in this website