Building Maintainable Software, C# Edition

Ten Guidelines for Future-Proof Code

Sylvan Rigal, Rob van der Leek, Pascal van Eck, et al.

PDF
ca. 19,43
Amazon iTunes Thalia.de Weltbild.de Hugendubel Bücher.de ebook.de kobo Osiander Google Books Barnes&Noble bol.com Legimi yourbook.shop Kulturkaufhaus ebooks-center.de
* Affiliatelinks/Werbelinks
Hinweis: Affiliatelinks/Werbelinks
Links auf reinlesen.de sind sogenannte Affiliate-Links. Wenn du auf so einen Affiliate-Link klickst und über diesen Link einkaufst, bekommt reinlesen.de von dem betreffenden Online-Shop oder Anbieter eine Provision. Für dich verändert sich der Preis nicht.

O'Reilly Media img Link Publisher

Naturwissenschaften, Medizin, Informatik, Technik / Anwendungs-Software

Beschreibung

Have you ever felt frustrated working with someone elses 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, youll learn 10 easy-to-follow guidelines for delivering C# software thats 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 constructorsWrite simple units of code: limit the number of branch points per methodWrite code once, rather than risk copying buggy codeKeep unit interfaces small by extracting parameters into objectsSeparate concerns to avoid building large classesCouple architecture components looselyBalance the number and size of top-level components in your codeKeep your codebase as small as possibleAutomate tests for your codebaseWrite clean code, avoiding "e;code smells"e; that indicate deeper problems

Weitere Titel in dieser Kategorie
Cover The Official Raspberry Pi Handbook 2025
The Makers of The MagPi magazine
Cover The Official Raspberry Pi Handbook 2023
The Makers of The MagPi magazine
Cover Python Unleashed
James Livingston
Cover Coderspeak
Guilherme Orlandini Heurich

Kundenbewertungen