SØG - mellem flere end 8 millioner bøger:
Viser: The Art of Readable Code, The
The Art of Readable Code Vital Source e-bog
Dustin Boswell og Trevor Foucher
(2011)
The Art of Readable Code Vital Source e-bog
Dustin Boswell og Trevor Foucher
(2011)
The Art of Readable Code, The
Dustin Boswell og Trevor Foucher
(2011)
Sprog: Engelsk
om ca. 10 hverdage
Detaljer om varen
- 1. Udgave
- Vital Source searchable e-book (Fixed pages): 206 sider
- Udgiver: O'Reilly Media, Inc (November 2011)
- Forfattere: Dustin Boswell og Trevor Foucher
- ISBN: 9781449321383
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.
Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 10 sider kan printes ad gangen
Copy: højest 10 sider i alt kan kopieres (copy/paste)
Detaljer om varen
- 1. Udgave
- Vital Source searchable e-book (Reflowable pages): 206 sider
- Udgiver: O'Reilly Media, Inc (November 2011)
- Forfattere: Dustin Boswell og Trevor Foucher
- ISBN: 9781449314217
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.
Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: -1 sider kan printes ad gangen
Copy: højest -1 sider i alt kan kopieres (copy/paste)
Detaljer om varen
- Paperback: 204 sider
- Udgiver: O'Reilly Media, Incorporated (December 2011)
- Forfattere: Dustin Boswell og Trevor Foucher
- ISBN: 9780596802295
As programmers, we've all seen source code that's so ugly and buggy it makes our brain ache. Over the past five years, authors Dustin Boswell and Trevor Foucher have analyzed hundreds of examples of "bad code" (much of it their own) to determine why they're bad and how they could be improved. Their conclusion? You need to write code that minimizes the time it would take someone else to understand it--even if that someone else is you.
This book focuses on basic principles and practical techniques you can apply every time you write code. Using easy-to-digest code examples from different languages, each chapter dives into a different aspect of coding, and demonstrates how you can make your code easy to understand.
- Simplify naming, commenting, and formatting with tips that apply to every line of code
- Refine your program's loops, logic, and variables to reduce complexity and confusion
- Attack problems at the function level, such as reorganizing blocks of code to do one task at a time
- Write effective test code that is thorough and concise--as well as readable
"Being aware of how the code you create affects those who look at it later is an important part of developing software. The authors did a great job in taking you through the different aspects of this challenge, explaining the details with instructive examples."
--Michael Hunger, passionate Software Developer
Chapter 1: Code Should Be Easy to Understand Surface-Level Improvements
Chapter 2: Packing Information into Names
Chapter 3: Names That Can't Be Misconstrued
Chapter 4: Aesthetics
Chapter 5: Knowing What to Comment
Chapter 6: Making Comments Precise and Compact Simplifying Loops and Logic
Chapter 7: Making Control Flow Easy to Read
Chapter 8: Breaking Down Giant Expressions
Chapter 9: Variables and Readability Reorganizing Your Code
Chapter 10: Extracting Unrelated Subproblems
Chapter 11: One Task at a Time
Chapter 12: Turning Thoughts into Code
Chapter 13: Writing Less Code Selected Topics
Chapter 14: Testing and Readability
Chapter 15: Designing and Implementing a "Minute/Hour Counter" Further Reading Colophon