Search Results

Building Maintainable Software, C# Edition

Download or Read eBook Building Maintainable Software, C# Edition PDF written by Joost Visser and published by "O'Reilly Media, Inc.". This book was released on 2016-06-08 with total page 203 pages. Available in PDF, EPUB and Kindle.
Building Maintainable Software, C# Edition
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 203
Release :
ISBN-10 : 9781491954492
ISBN-13 : 1491954493
Rating : 4/5 (92 Downloads)

Book Synopsis Building Maintainable Software, C# Edition by : Joost Visser

Book excerpt: 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 C# 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 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


Building Maintainable Software, C# Edition Related Books

Building Maintainable Software, Java Edition
Language: en
Pages: 164
Authors: Joost Visser
Categories: Computers
Type: BOOK - Published: 2016-01-28 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

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 c
Building Maintainable Software, C# Edition
Language: en
Pages: 203
Authors: Joost Visser
Categories: Computers
Type: BOOK - Published: 2016-06-08 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

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 c
Building Maintainable Software
Language: en
Pages: 172
Authors: Joost Visser
Categories: C# (Computer program language)
Type: BOOK - Published: 2016 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

"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 co
Clean Code with C#
Language: en
Pages: 492
Authors: Jason Alls
Categories: Computers
Type: BOOK - Published: 2023-12-22 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Enhance your programming skills through code reviews, TDD and BDD implementation, and API design to overcome code inefficiency, redundancy, and other issues ari
Clean Code
Language: en
Pages: 464
Authors: Robert C. Martin
Categories: Computers
Type: BOOK - Published: 2009 - Publisher: Pearson Education

DOWNLOAD EBOOK

This title shows the process of cleaning code. Rather than just illustrating the end result, or just the starting and ending state, the author shows how several
Scroll to top