Writing Solid Code
Author: Steve Maguire
Publisher:
Published: 2013-04-01
Total Pages: 233
ISBN-13: 9781570740558
DOWNLOAD EBOOKRead and Download eBook Full
Author: Steve Maguire
Publisher:
Published: 2013-04-01
Total Pages: 233
ISBN-13: 9781570740558
DOWNLOAD EBOOKAuthor: Steve Maguire
Publisher:
Published: 2013
Total Pages:
ISBN-13: 9780578932187
DOWNLOAD EBOOKAuthor: Michael Howard
Publisher: Pearson Education
Published: 2003
Total Pages: 800
ISBN-13: 0735617228
DOWNLOAD EBOOKHoward and LeBlanc (both are security experts with Microsoft) discuss the need for security and outline its general principles before outlining secure coding techniques. Testing, installation, documentation, and error messages are also covered. Appendices discuss dangerous APIs, dismiss pathetic excuses, and provide security checklists. The book explains how systems can be attacked, uses anecdotes to illustrate common mistakes, and offers advice on making systems secure. Annotation copyrighted by Book News, Inc., Portland, OR.
Author: Donis Marshall
Publisher: Microsoft Press
Published: 2009-02-18
Total Pages: 453
ISBN-13: 0735638519
DOWNLOAD EBOOKGet best-in-class engineering practices to help you write more-robust, bug-free code. Two Microsoft .NET development experts share real-world examples and proven methods for optimizing the software development life cycle—from avoiding costly programming pitfalls to making your development team more efficient. Managed code developers at all levels will find design, prototyping, implementation, debugging, and testing tips to boost the quality of their code—today. Optimize each stage of the development process—from design to testing—and produce higher-quality applications. Use metaprogramming to reduce code complexity, while increasing flexibility and maintainability Treat performance as a feature—and manage it throughout the development life cycle Apply best practices for application scalability Employ preventative security measures to ward off malicious attacks Practice defensive programming to catch bugs before run time Incorporate automated builds, code analysis, and testing into the daily engineering process Implement better source-control management and check-in procedures Establish a quality-driven, milestone-based project rhythm—and improve your results!
Author: Steve Maguire
Publisher:
Published: 1993
Total Pages: 308
ISBN-13:
DOWNLOAD EBOOKFor professional intermediates to advanced C programmers who develop software, here is a focused and practical book based on writing bug-free programs in C. Includes practical solutions to detect mistakes before they become a costly problem.
Author: Pete Goodliffe
Publisher: No Starch Press
Published: 2007
Total Pages: 626
ISBN-13: 1593271190
DOWNLOAD EBOOKA guide to writing computer code covers such topics as variable naming, presentation style, error handling, and security.
Author: Gary McLean Hall
Publisher: Microsoft Press
Published: 2017-04-18
Total Pages: 854
ISBN-13: 1509302611
DOWNLOAD EBOOKWrite code that can adapt to changes. By applying this book’s principles, you can create code that accommodates new requirements and unforeseen scenarios without significant rewrites. Gary McLean Hall describes Agile best practices, principles, and patterns for designing and writing code that can evolve more quickly and easily, with fewer errors, because it doesn’t impede change. Now revised, updated, and expanded, Adaptive Code, Second Edition adds indispensable practical insights on Kanban, dependency inversion, and creating reusable abstractions. Drawing on over a decade of Agile consulting and development experience, McLean Hall has updated his best-seller with deeper coverage of unit testing, refactoring, pure dependency injection, and more. Master powerful new ways to: • Write code that enables and complements Scrum, Kanban, or any other Agile framework • Develop code that can survive major changes in requirements • Plan for adaptability by using dependencies, layering, interfaces, and design patterns • Perform unit testing and refactoring in tandem, gaining more value from both • Use the “golden master” technique to make legacy code adaptive • Build SOLID code with single-responsibility, open/closed, and Liskov substitution principles • Create smaller interfaces to support more-diverse client and architectural needs • Leverage dependency injection best practices to improve code adaptability • Apply dependency inversion with the Stairway pattern, and avoid related anti-patterns About You This book is for programmers of all skill levels seeking more-practical insight into design patterns, SOLID principles, unit testing, refactoring, and related topics. Most readers will have programmed in C#, Java, C++, or similar object-oriented languages, and will be familiar with core procedural programming techniques.
Author: Robert C. Martin
Publisher: Pearson Education
Published: 2009
Total Pages: 464
ISBN-13: 0132350882
DOWNLOAD EBOOKThis 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 dozen seemingly small code changes can positively impact the performance and maintainability of an application code base.
Author: Steve McConnell
Publisher: Pearson Education
Published: 2004-06-09
Total Pages: 952
ISBN-13: 0735636974
DOWNLOAD EBOOKWidely considered one of the best practical guides to programming, Steve McConnell’s original CODE COMPLETE has been helping developers write better software for more than a decade. Now this classic book has been fully updated and revised with leading-edge practices—and hundreds of new code samples—illustrating the art and science of software construction. Capturing the body of knowledge available from research, academia, and everyday commercial practice, McConnell synthesizes the most effective techniques and must-know principles into clear, pragmatic guidance. No matter what your experience level, development environment, or project size, this book will inform and stimulate your thinking—and help you build the highest quality code. Discover the timeless techniques and strategies that help you: Design for minimum complexity and maximum creativity Reap the benefits of collaborative development Apply defensive programming techniques to reduce and flush out errors Exploit opportunities to refactor—or evolve—code, and do it safely Use construction practices that are right-weight for your project Debug problems quickly and effectively Resolve critical construction issues early and correctly Build quality into the beginning, middle, and end of your project
Author: John K. Ousterhout
Publisher:
Published: 2021
Total Pages: 0
ISBN-13: 9781732102217
DOWNLOAD EBOOK"This book addresses the topic of software design: how to decompose complex software systems into modules (such as classes and methods) that can be implemented relatively independently. The book first introduces the fundamental problem in software design, which is managing complexity. It then discusses philosophical issues about how to approach the software design process and it presents a collection of design principles to apply during software design. The book also introduces a set of red flags that identify design problems. You can apply the ideas in this book to minimize the complexity of large software systems, so that you can write software more quickly and cheaply."--Amazon.