Logo

31 Days of Refactoring by Sean Chambers, Simone Chiaretta

Small book cover: 31 Days of Refactoring

31 Days of Refactoring
by

Publisher: Los Techies
Number of pages: 52

Description:
Refactoring is an integral part of continually improving your code while it moves forward through time. Without refactoring you accrue technical debt, forget what portions of code do and create code that is resistant to any form of testing. It is an easy concept to get started with and opens the door to much better practices such as unit testing, shared code ownership and more reliable, bug-free code in general.

Home page url

Download or read it online for free here:
Download link
(480KB, PDF)

Similar books

Book cover: Fundamentals of Programming: With Object Orientated ProgrammingFundamentals of Programming: With Object Orientated Programming
by
Written for students who are preparing for their first computer programming language class. The topics are presented in an easy to understand fashion with special emphasis on the fundamental concepts necessary to develop quality software programs.
(15314 views)
Book cover: Software Optimization ResourcesSoftware Optimization Resources
by - agner.org
These manuals describe everything you need to know about optimizing code for x86 and x86-64 microprocessors, including optimization advices for C++ and assembly language, details about the microarchitecture and instruction timings of processors.
(13675 views)
Book cover: Don't Just Roll The Dice: A usefully short guide to software pricingDon't Just Roll The Dice: A usefully short guide to software pricing
by - Red gate books
How do you price your software? Is it science or magic? How much attention should you pay to your competitors? This handbook will provide you with the theory, practical advice and case studies you need to stop yourself from reaching for the dice.
(18541 views)
Book cover: Evil by Design: Design patterns that lead us into temptationEvil by Design: Design patterns that lead us into temptation
by - O'Reilly Media
The book takes a look at how web and application design can be used to exploit psychological principles to persuade us to act. Features include: Examples of evil designs from around the Web; Introduction to the psychology of persuasion; etc.
(16868 views)