Code Complete
Title | Code Complete PDF eBook |
Author | Steve McConnell |
Publisher | Pearson Education |
Pages | 952 |
Release | 2004-06-09 |
Genre | Computers |
ISBN | 0735636974 |
Widely 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
Working Effectively with Legacy Code
Title | Working Effectively with Legacy Code PDF eBook |
Author | Michael Feathers |
Publisher | Prentice Hall Professional |
Pages | 457 |
Release | 2004-09-22 |
Genre | Computers |
ISBN | 0132931753 |
Get more out of your legacy systems: more performance, functionality, reliability, and manageability Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? Do you understand it? If the answer to any of these questions is no, you have legacy code, and it is draining time and money away from your development efforts. In this book, Michael Feathers offers start-to-finish strategies for working more effectively with large, untested legacy code bases. This book draws on material Michael created for his renowned Object Mentor seminars: techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include Understanding the mechanics of software change: adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform—with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren't object-oriented Handling applications that don't seem to have any structure This book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.
Ark Code
Title | Ark Code PDF eBook |
Author | Barry Steven Roffman |
Publisher | Codes in the Bible |
Pages | 262 |
Release | 2004 |
Genre | Ark of the Covenant |
ISBN | 9780961630645 |
Explode The Code
Title | Explode The Code PDF eBook |
Author | Nancy M. Hall |
Publisher | |
Pages | |
Release | 2005 |
Genre | English language |
ISBN | 9780838808528 |
A phonics bestseller for over 30 years, Explode the code has helped millions of students nationwide build the essential literacy skills needed for reading success: phonological awareness, decoding, vocabulary, comprehension, fluency, and spelling.
Refactoring
Title | Refactoring PDF eBook |
Author | Martin Fowler |
Publisher | Addison-Wesley Professional |
Pages | 461 |
Release | 1999 |
Genre | Computers |
ISBN | 0201485672 |
Refactoring is gaining momentum amongst the object oriented programming community. It can transform the internal dynamics of applications and has the capacity to transform bad code into good code. This book offers an introduction to refactoring.
The Code Book: The Secrets Behind Codebreaking
Title | The Code Book: The Secrets Behind Codebreaking PDF eBook |
Author | Simon Singh |
Publisher | Delacorte Press |
Pages | 274 |
Release | 2002-05-14 |
Genre | Young Adult Nonfiction |
ISBN | 0375890122 |
"As gripping as a good thriller." --The Washington Post Unpack the science of secrecy and discover the methods behind cryptography--the encoding and decoding of information--in this clear and easy-to-understand young adult adaptation of the national bestseller that's perfect for this age of WikiLeaks, the Sony hack, and other events that reveal the extent to which our technology is never quite as secure as we want to believe. Coders and codebreakers alike will be fascinated by history's most mesmerizing stories of intrigue and cunning--from Julius Caesar and his Caeser cipher to the Allies' use of the Enigma machine to decode German messages during World War II. Accessible, compelling, and timely, The Code Book is sure to make readers see the past--and the future--in a whole new way. "Singh's power of explaining complex ideas is as dazzling as ever." --The Guardian
Innocent Code
Title | Innocent Code PDF eBook |
Author | Sverre H. Huseby |
Publisher | John Wiley & Sons |
Pages | 246 |
Release | 2004-11-19 |
Genre | Computers |
ISBN | 0470857471 |
This concise and practical book shows where code vulnerabilities lie-without delving into the specifics of each system architecture, programming or scripting language, or application-and how best to fix them Based on real-world situations taken from the author's experiences of tracking coding mistakes at major financial institutions Covers SQL injection attacks, cross-site scripting, data manipulation in order to bypass authorization, and other attacks that work because of missing pieces of code Shows developers how to change their mindset from Web site construction to Web site destruction in order to find dangerous code