书籍 Tidy First的封面

Tidy First

Kent Beck

出版时间

2023-11-28

ISBN

9781098151249

评分

★★★★★
书籍介绍

Messy code is a nuisance. "Tidying" code, to make it more readable, requires breaking it up into manageable sections. In this practical guide, author Kent Beck, creator of Extreme Programming and pioneer of software patterns, suggests when and where you might apply tidyings to improve your code while keeping the overall structure of the system in mind.

Instead of trying to master tidying all at once, this book lets you try out a few examples that make sense for your problem. If you have a big function containing many lines of code, you'll learn how to logically divide it into smaller chunks. Along the way, you'll learn the theory behind software design: coupling, cohesion, discounted cash flows, and optionality.

This book helps you:

* Understand the basic theory of how software design works and the forces that act on it

* Explore the difference between changes to a system's behavior and changes to its structure

* Improve your programming experience by sometimes tidying first and sometimes tidying after

* Learn how to make large changes in small, safe steps

* Approach software design as an exercise in human relationships

Kent Beck is a programmer, creator of Extreme Programming, pioneer of software patterns, coauthor of JUnit, rediscoverer of Test-Driven Development, and observer of 3X: Explore/Expand/Extract. Beck is also alphabetically the first signatory of the Agile Manifesto. He lives in San Francisco, California, and he is Chief Scientist at Mechanical Orchard, teaching skills to help gee...

(展开全部)

目录
Foreword
Preface
What Is Tidy First?
Audience
What You Will Learn

显示全部
用户评论
前面太浅,后面变玄学了
Kent Beck Series
The creator @KentBeck of Extreme Programming has a new book called 《Tidy First》, which I've read once before in the draft stage and plan to read again for the official release. The book is skinny but full of practical tips on writing clean code. I recommend every programmer to read it more than once!!!