Learn how mutation testing can teach you to write better tests, with guest chef Daniel Gollahon.
Month: July 2018

Episode #537
Episode #537: The Message Myth with Avdi
What is the big lie at the root of modern object-oriented programming? Why is OO so difficult to learn and to teach? Find out in this new episode!

Episode #536
Episode #536: Learning from the Wider Developer Community with PJ Hagerty
Join guest chef PJ Haggerty for a story about how widening your tech circles can make you a better programmer.

Episode #535
Episode #535: String Cleaning with Avdi
Master Ruby's power tools for cleaning up and normalizing strings.

Episode #534
Episode #534: Breaking Down Complex Pull Requests with Claudio Baccigalupo
Make your code review process more effective by breaking pull requests into coherent, granular commits. Learn how from guest chef Claudio Baccigalupo!

Your business rules are objects too
Have you ever struggled to place a method that seems like it belongs equally well in either of two different classes? In this screencast you'll learn an approach to resolve …