Friday, June 18, 2021

Test and Code: 158: TDD in Swift - Gio

Iterative processes that include writing test code and production code together, such as TDD, help make coding fun.

All of us that care about developing quality code with the help of testing can learn from each other, regardless of programming language.

Today we step outside our normal Python comfort zone and talk with Gio about TDD in Swift.

Gio Lodi, author of TDD in Swift, joins the show to discuss Test Driven Development, software workflows, bottom up vs top down, rapid feedback, developer vs customer facing tests, and more.

Special Guest: Gio Lodi.

Sponsored By:

Support Test & Code : Python Testing

Links:

<p>Iterative processes that include writing test code and production code together, such as TDD, help make coding fun. </p> <p>All of us that care about developing quality code with the help of testing can learn from each other, regardless of programming language.</p> <p>Today we step outside our normal Python comfort zone and talk with Gio about TDD in Swift.</p> <p>Gio Lodi, author of TDD in Swift, joins the show to discuss Test Driven Development, software workflows, bottom up vs top down, rapid feedback, developer vs customer facing tests, and more.</p><p>Special Guest: Gio Lodi.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/3eBYfEe" rel="nofollow">Datadog</a>: <a href="https://ift.tt/3eBYfEe" rel="nofollow">Modern end-to-end monitoring & security. See inside any stack, any app, at any scale, anywhere. Get started with a free trial at testandcode.com/datadog and Datadog will send you a free t-shirt. </a></li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code : Python Testing</a></p><p>Links:</p><ul><li><a href="https://tddinswift.com/" title="TDD in Swift with SwiftUI and Combine" rel="nofollow">TDD in Swift with SwiftUI and Combine</a></li><li><a href="https://mokacoding.com/" title="mokacoding - Gio's blog" rel="nofollow">mokacoding - Gio's blog</a></li><li><a href="https://ift.tt/2U6Y7XZ" title="XCTest" rel="nofollow">XCTest</a></li><li><a href="https://ift.tt/35C6T2U" title="Software Design: Tidy First? - Kent Beck on Substack" rel="nofollow">Software Design: Tidy First? - Kent Beck on Substack</a></li></ul>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...