Exploring Generative AI
TDD with GitHub Copilot by Paul Sobocinski Will the advent of AI coding assistants such as GitHub Copilot mean that we won’t need tests? Will TDD become obsolete? To answer this, let’s examine two ways TDD helps software development: providing good feedback, and a means to “divide and conquer” when solving problems. TDD for good […]