Blog Logo
TAGS

Test Driven Development with C# - from Padawan to Jedi - Scott Sauber - NDC Porto 2023

Duration : 01:03:32

In this talk, Scott discusses test-driven development (TDD) with C, focusing on guiding net developers who may be new to TDD. He clarifies that although the talk assumes the audience hasnt seen TDD before, even seasoned TDD practitioners may gain some insights. Scott covers topics such as the different types of tests, the importance of TDD, what to test in applications, and provides a live coding demonstration. His goals are to share best practices for writing tests, help participants get started with TDD in C, and enhance their understanding of TDD. Scott is the director of engineering at Lean Techniques and is involved in software consulting, teaching, and blogging. The slides for this talk are available on Scotts website, and he can be followed on Twitter. Overall, the talk aims to build confidence in application functionality, minimize manual work, and document system behavior through automated tests.