The CTO's Guide to Code Quality

The CTO's Guide to Code Quality
Title The CTO's Guide to Code Quality PDF eBook
Author Mark Harrison
Publisher
Total Pages 140
Release 2019-10-07
Genre
ISBN 9781693566189

Download The CTO's Guide to Code Quality Book in PDF, Epub and Kindle

This is not a book about algorithms. This is not a book about architecture. This is not a book about frameworks. This is not even a book about project management, agile or otherwise.This is a book about "the other things" that are important to writing and maintaining a sustainable code base.It's also a book about automation of parts of the programming process.If you're a CTO, the economic case for "code quality plus automation" is already strong, and getting stronger with each new iteration of hardware.If you're a programmer (maybe aspiring to be a CTO), it's about being able to concentrate on the stimulating, interesting, and creative parts of the craft, and getting the tedious parts done for you.Much of the book is about the general craft of programming and helping programmers become more productive, and should be useful no matter what programming language(s) you've chosen.However, I find it works better to illustrate principles with examples. And this edition of the book picks examples from the PHP programming language.

The Definitive Guide to Building Code Quality

The Definitive Guide to Building Code Quality
Title The Definitive Guide to Building Code Quality PDF eBook
Author Don Jones
Publisher Realtimepublishers.com
Total Pages 145
Release 2009
Genre Computers
ISBN 1931491909

Download The Definitive Guide to Building Code Quality Book in PDF, Epub and Kindle

Roslyn Cookbook

Roslyn Cookbook
Title Roslyn Cookbook PDF eBook
Author Manish Vasani
Publisher Packt Publishing Ltd
Total Pages 350
Release 2017-07-31
Genre Computers
ISBN 1787288528

Download Roslyn Cookbook Book in PDF, Epub and Kindle

Use Roslyn as a service to write powerful extensions and tools and use them in Visual Studio to improve code quality and maintain your source code more effectively. About This Book Use Roslyn extensions and tools in Visual Studio to enforce "house rules" on code and fix security and performance vulnerabilities in your code. Write Roslyn extensions using the Roslyn service API to help developers enforce conventions and design idioms. Improve developer productivity by using Roslyn-based agile development features in Visual Studio, such as live unit testing, C# interactive and scripting. Contribute to the C# language and compiler tool chain to analyze and edit code. Who This Book Is For .NET Developers and architects, who are interested in taking full advantage of the Roslyn based extensions and tools to improve the development processes, will find this book useful. Roslyn contributors, i.e. the producers and C# community developers, will also find this book useful What You Will Learn Write extensions to analyze source code and report warnings and errors. Edit C# source code to fix compiler/analyzer diagnostics or refactor source code. Improve code maintenance and readability by using analyzers and code fixes. Catch security and performance issues by using PUMA scan analyzers and FxCop analyzers. Perform Live Unit tests in Visual Studio. Use C# interactive and scripting in Visual Studio. Design a new C# language feature and implement various compiler phases for a new language feature. Write command line tools to analyze and edit C# code. In Detail Open-sourcing the C# and Visual Basic compilers is one of the most appreciated things by the .NET community, especially as it exposes rich code analysis APIs to analyze and edit code. If you want to use Roslyn API to write powerful extensions and contribute to the C# developer tool chain, then this book is for you. Additionally, if you are just a .NET developer and want to use this rich Roslyn-based functionality in Visual Studio to improve the code quality and maintenance of your code base, then this book is also for you. This book is divided into the following broad modules: Writing and consuming analyzers/fixers (Chapters 1 - 5): You will learn to write different categories of Roslyn analyzers and harness and configure analyzers in your C# projects to catch quality, security and performance issues. Moving ahead, you will learn how to improve code maintenance and readability by using code fixes and refactorings and also learn how to write them. Using Roslyn-based agile development features (Chapters 6 and 7): You will learn how to improve developer productivity in Visual Studio by using features such as live unit testing, C# interactive and scripting. Contributing to the C# language and compiler tool chain (Chapters 8 - 10): You will see the power of open-sourcing the Roslyn compiler via the simple steps this book provides; thus, you will contribute a completely new C# language feature and implement it in the Roslyn compiler codebase. Finally, you will write simple command line tools based on the Roslyn service API to analyze and edit C# code. Style and approach This book takes a recipe-based approach, teaching you how to perform various hacks with the Compiler API in your hands.

Code Quality

Code Quality
Title Code Quality PDF eBook
Author Diomidis Spinellis
Publisher Addison-Wesley Professional
Total Pages 618
Release 2006
Genre Computers
ISBN

Download Code Quality Book in PDF, Epub and Kindle

Page 26: How can I avoid off-by-one errors? Page 143: Are Trojan Horse attacks for real? Page 158: Where should I look when my application can't handle its workload? Page 256: How can I detect memory leaks? Page 309: How do I target my application to international markets? Page 394: How should I name my code's identifiers? Page 441: How can I find and improve the code coverage of my tests? Diomidis Spinellis' first book, Code Reading, showed programmers how to understand and modify key functional properties of software. Code Quality focuses on non-functional properties, demonstrating how to meet such critical requirements as reliability, security, portability, and maintainability, as well as efficiency in time and space. Spinellis draws on hundreds of examples from open source projects--such as the Apache web and application servers, the BSD Unix systems, and the HSQLDB Java database--to illustrate concepts and techniques that every professional software developer will be able to appreciate and apply immediately. Complete files for the open source code illustrated in this book are available on the Code Reading CD-ROM and online at: http: //www.spinellis.gr/codequality/

Software Metrics

Software Metrics
Title Software Metrics PDF eBook
Author Karl-Heinrich Möller
Publisher Institute of Electrical & Electronics Engineers(IEEE)
Total Pages 284
Release 1993
Genre Computers
ISBN

Download Software Metrics Book in PDF, Epub and Kindle

Reengineering .NET

Reengineering .NET
Title Reengineering .NET PDF eBook
Author Bradley Irby
Publisher Addison-Wesley
Total Pages 849
Release 2012-10-24
Genre Computers
ISBN 0132964910

Download Reengineering .NET Book in PDF, Epub and Kindle

Reengineer .NET Code to Improve Quality, Update Architecture, Access New Tools, and Accelerate Delivery of New Features As software ages, it becomes brittle: difficult to understand, fix, manage, use, and improve. Developers working with many platforms have encountered this problem; now, developers working with Microsoft’s .NET are facing it as well. In Reengineering .NET, leading .NET architect Bradley Irby introduces proven best practices for revitalizing older .NET code and integrating new architectural and development advances into business-critical systems that can’t go offline. Using a step-by-step approach, .NET professionals can make legacy enterprise software more reliable, maintainable, attractive, and usable—and make it easier to upgrade for years to come. Through real-world case studies and extensive downloadable sample code, Irby shows how to carefully plan a .NET reengineering project, understand the true current state of your code, introduce unit testing and other agile methods, refactor to services and controllers, and leverage powerful .NET reengineering tools built into Microsoft Visual Studio 2012. This book is an indispensable resource for all developers, architects, and project managers responsible for existing .NET code bases and for a wide audience of non-technical managers and CTOs who want to understand the unique challenges faced by .NET teams involved in application or system reengineering projects. Coverage includes • Migrating legacy .NET software to more flexible, extensible, and maintainable architectures—without breaking it • Reengineering web applications with the MVC pattern, Winforms software with MVP, and WPF/Silverlight systems with MVVM • Asking the right questions to predict refactoring problems before they happen • Planning and organizing reengineering projects to apply the right expertise to each task at the right time • Using innovative Test Doubling to make unit testing even more effective • Applying Dependency Inversion to break tight coupling and promote easier development and testing • Leveraging source control, defect tracking, and continuous integration • “Cleaning up” legacy solutions to improve them before you even touch business logic • Establishing solid development infrastructure to support your reengineering project • Refactoring to services—including advanced techniques using Repositories, Domain Models, and the Command Dispatcher • Refactoring to controller/view or ViewModel/View pairs

Semantic Software Design

Semantic Software Design
Title Semantic Software Design PDF eBook
Author Eben Hewitt
Publisher "O'Reilly Media, Inc."
Total Pages 334
Release 2019-09-25
Genre Computers
ISBN 149204590X

Download Semantic Software Design Book in PDF, Epub and Kindle

With this practical book, architects, CTOs, and CIOs will learn a set of patterns for the practice of architecture, including analysis, documentation, and communication. Author Eben Hewitt shows you how to create holistic and thoughtful technology plans, communicate them clearly, lead people toward the vision, and become a great architect or Chief Architect. This book covers each key aspect of architecture comprehensively, including how to incorporate business architecture, information architecture, data architecture, application (software) architecture together to have the best chance for the system’s success. Get a practical set of proven architecture practices focused on shipping great products using architecture Learn how architecture works effectively with development teams, management, and product management teams through the value chain Find updated special coverage on machine learning architecture Get usable templates to start incorporating into your teams immediately Incorporate business architecture, information architecture, data architecture, and application (software) architecture together