Loving Me

But how do I know who I am? How can I love me when I don’t know me? I don’t actually love me. I love what people think of me. I love the way people look at me. I love when people listen to me. I love…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Acknowledgments

The Cucumber Book, Second Edition — by Matt Wynne, Aslak Hellesøy, with Steve Tooke (3 / 136)

👈 Foreword | TOC | Preface 👉

The first people we want to thank are the hundreds of you who contribute to the Cucumber community. Whether you’re sharing ideas, experiences, and opinions on the mailing list, helping people in the IRC channel, or contributing new features and bug fixes to the codebase, it all helps. Without your contribution, there would be no Cucumber and therefore no book.

Writing this book has taken much more effort than either of us had anticipated. Throughout it all, our editor Jackie Carter has patiently been there at our side, cajoling us when we needed it, chiding us when we deserved it, and giving us thoughtful feedback at every opportunity. Jackie has made a massive contribution to the quality of what you’re reading, and her name fully deserves its place on the cover.

Thanks to our reviewers:

Your suggestions and encouragement were greatly appreciated.

Thanks to all the beta readers who left us feedback, helping us iron out the little mistakes we would never have seen ourselves.

Thanks to Dan North for his enthusiastic and generous foreword. Matt blames Dan for introducing him to the idea of BDD, and it was his experiments with JBehave and RBehave that caused Aslak to create Cucumber in the first place. Dan has a lot to answer for.

From Matt: I want to thank the team at Songkick, especially Sabrina Leandro, Niko Felger, Dan Lucraft, Phil Cowans, and Matt Johnson. Many of the lessons in this book I learned with you. Greatest thanks go to my wonderful wife, Anna, for believing in this project and giving me the support I needed to actually get it done. Imagine all the things we’ll be able to do now that it’s finished!

From Aslak: Dad, thanks for having the foresight to buy me a Commodore 64 in 1981. Patricia, my dear wife — thank you for the countless hours of patience and encouragement. And for coming up with the silly but catchy name Cucumber!

Copyright © 2017, The Pragmatic Bookshelf.

👈 Foreword | TOC | Preface 👉

Add a comment

Related posts:

Setting Up RSpec

Docker does for DevOps what Rails did for web development--it gives you a new set of superpowers. Gone are "works on my machine" woes and lengthy setup tasks, replaced instead by a simple, consistent, Docker-based development environment that will have your team up and running in seconds. Gain hands-on, real-world experience wit

Further Exploration

Write code that writes code with Elixir macros. Macros make metaprogramming possible and define the language itself. In this book, you'll learn how to use macros to extend the language with fast, maintainable code and share functionality in ways you never thought possible. You'll discover how to extend Elixir with your own firs

PostgreSQL HA Cluster in Kubernetes

We all know how easy is setting up an Amazon RDS-based PostgreSQL cluster with automatic failover that just works out of the box. There are alternatives to Amazon RDS implemented by other cloud…