Building Maintainable Software, C# Edition Ten Guidelines for Future-Proof Code (pdf)

$6.00

Author
Joost Visser

Edition
1

Edition Year
2016

Format
PDF

Language
English

Number Of Pages
225

Publisher
O’Reilly Media, Inc.

ISBN
9781491954522

Description

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 C#, while our companion Java book provides clear 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

Additional information

Author

Joost Visser

Edition

1

Edition Year

2016

Format

PDF

Language

English

Number Of Pages

225

Publisher

O'Reilly Media, Inc.

ISBN

9781491954522

Reviews

There are no reviews yet.

Be the first to review “Building Maintainable Software, C# Edition Ten Guidelines for Future-Proof Code (pdf)”

Your email address will not be published. Required fields are marked *