Kent Beck

Kent Beck is a prominent software engineer and the creator of the Extreme Programming (XP) methodology. He is also known for his work on Test-Driven Development (TDD) and his contributions to the development of the JUnit testing framework.

This list of books are ONLY the books that have been ranked on the lists that are aggregated on this site. This is not a comprehensive list of all books by this author.

  1. 1. Extreme Programming Explained

    Embrace Change

    This book serves as a comprehensive guide to Extreme Programming (XP), a software development methodology that emphasizes customer satisfaction, teamwork, and adaptability. It outlines the core principles and practices of XP, such as continuous feedback, simplicity, and embracing change, to improve software quality and responsiveness to changing requirements. The book advocates for collaborative work environments, frequent releases, and rigorous testing to ensure that development teams can deliver high-quality software efficiently and effectively. It provides practical insights and real-world examples to help teams implement XP in their projects, fostering a culture of innovation and continuous improvement.

    Purchase from Bookshop.org
  2. 2. Test Driven Development

    By Example

    This book presents a practical approach to software development that emphasizes writing small automated tests before production code and using a tight red–green–refactor cycle to drive design and implementation; through concrete examples it shows how test-first development yields faster feedback, cleaner designs, fewer defects, easier refactoring, and living documentation of requirements, while illustrating techniques for unit testing, incremental design, and keeping code simple and maintainable.

    Purchase from Bookshop.org