The Art of Readable Code научит вас писать код, который легко читать и понимать. Вы найдете ответы по всех вопросах программирования с помощью простых примеров кода, полезных иллюстраций и карикатур для забавы. Научитесь выбирать имена переменных, организуйте свои циклы и условные, так чтобы их было
The Art of Readable Code
✍ Scribed by Dustin Boswell;Trevor Foucher
- Publisher
- O'Reilly Media
- Year
- 2011
- Tongue
- English
- Category
- Library
No coin nor oath required. For personal study only.
✦ Synopsis
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.
📜 SIMILAR VOLUMES
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
<Div> 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.
<p>Learn to write code that's readable, reusable, clean, and maintainable -- a goal that eludes many people who code for a living. <i>The Art of Readable Code</i> helps you focus on the nuts and bolts of programming with simple and practical techniques you can use every time you sit down to write co