Friday, May 15, 2020

Test and Code: 113: Technical Debt - James Smith

Technical debt has to be dealt with on a regular basis to have a healthy product and development team.

The impacts of technical debt include emotional drain on engineers and slowing down development and can adversely affect your hiring ability and retention.

But really, what is technical debt? Can we measure it? How do we reduce it, and when?

James Smith, the CEO of Bugsnag, joins the show to talk about technical debt and all of these questions.

Special Guest: James Smith.

Sponsored By:

Support Test & Code : Testing for Software Engineers

<p>Technical debt has to be dealt with on a regular basis to have a healthy product and development team.</p> <p>The impacts of technical debt include emotional drain on engineers and slowing down development and can adversely affect your hiring ability and retention.</p> <p>But really, what is technical debt? Can we measure it? How do we reduce it, and when?</p> <p>James Smith, the CEO of Bugsnag, joins the show to talk about technical debt and all of these questions.</p><p>Special Guest: James Smith.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/37NJD0W" rel="nofollow">AcePythonInterviews.com</a>: <a href="https://ift.tt/37NJD0W" rel="nofollow">Get all the confidence you need to ace your next interview.</a></li><li><a href="https://configcat.com/" rel="nofollow">ConfigCat.com</a>: <a href="https://configcat.com/" rel="nofollow">Release features faster with less risk with ConfigCat feature flags.</a> Promo Code: TESTANDCODE</li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code : Testing for Software Engineers</a></p>

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...