Op werkdagen voor 23:00 besteld, morgen in huis Gratis verzending vanaf €20

Building Maintainable Software

Ten Guidelines for Future-Proof Code

Paperback Engels 2016 1e druk 9781491953525
Nog slechts 5 exemplaren! Op=Op!
Op voorraad | Laatste exemplaar! Voor 21:00 uur besteld, morgen in huis
29,65
23,95

Samenvatting

Have you ever felt frustrated working with someone else’s code? Difficult-to-maintain source code is a big problem in software development today, leading to costly delays and defects. Be part of the solution. With this practical book, you’ll learn 10 easy-to-follow guidelines for delivering Java software that’s easy to maintain and adapt. These guidelines have been derived from analyzing hundreds of real-world systems.

Written by consultants from the Software Improvement Group (SIG), this book provides clear and concise explanations, with advice for turning the guidelines into practice. Examples for this edition are written in Java, while our companion C# book provides workable examples in that language.

- Write short units of code: limit the length of methods and constructors
- Write simple units of code: limit the number of branch points per method
- Write code once, rather than risk copying buggy code
- Keep unit interfaces small by extracting parameters into objects
- Separate concerns to avoid building large classes
- Couple architecture components loosely
- Balance the number and size of top-level components in your code
- Keep your codebase as small as possible
- Automate tests for your codebase
- Write clean code, avoiding "code smells" that indicate deeper problems

Specificaties

ISBN13:9781491953525
Taal:Engels
Bindwijze:paperback
Aantal pagina's:145
Uitgever:O'Reilly
Druk:1
Verschijningsdatum:3-1-2016
ISSN:

Lezersrecensies

Wees de eerste die een lezersrecensie schrijft!

Inhoudsopgave

Preface

1. Introduction
-What Is Maintainability?
-Why Is Maintainability Important?
-Three Principles of the Guidelines in This Book
-Misunderstandings About Maintainability
-Rating Maintainability
-An Overview of the Maintainability Guidelines

2. Write Short Units of Code
-Motivation
-How to Apply the Guideline
-Common Objections to Writing Short Units
-See Also

3. Write Simple Units of Code
-Motivation
-How to Apply the Guideline
-Common Objections to Writing Simple Units of Code
-See Also

4. Write Code Once
-Types of Duplication
-Motivation
-How to Apply the Guideline
-Common Objections to Avoiding Code Duplication
-See Also

5. Keep Unit Interfaces Small
-Motivation
-How to Apply the Guideline
-Common Objections to Keeping Unit Interfaces Small
-See Also

6. Separate Concerns in Modules
-Motivation
-How to Apply the Guideline
-Common Objections to Separating Concerns

7. Couple Architecture Components Loosely
-Motivation
-How to Apply the Guideline
-Common Objections to Loose Component Coupling
-See Also

8. Keep Architecture Components Balanced
-Motivation
-How to Apply the Guideline
-Common Objections to Balancing Components
-See Also

9. Keep Your Codebase Small
-Motivation
-How to Apply the Guideline
-Common Objections to Keeping the Codebase Small

10. Automate Tests
-Motivation
-How to Apply the Guideline
-Common Objections to Automating Tests
-See Also

11. Write Clean Code
-Leave No Trace
-How to Apply the Guideline
-Common Objections to Writing Clean Code

12. Next Steps
-Turning the Guidelines into Practice
-Lower-Level (Unit) Guidelines Take Precedence Over Higher-Level (Component) Guidelines
-Remember That Every Commit Counts
-Development Process Best Practices Are Discussed in the Follow-Up Book

Appendix A: How SIG Measures Maintainability

Index

Managementboek Top 100

Rubrieken

Populaire producten

    Personen

      Trefwoorden

        Building Maintainable Software