Remove CTO Remove TDD Remove Test-Driven Development Related Topics
article thumbnail

A Next Step Beyond Test Driven Development

Honeycomb

Honeycomb CTO & co-founder Charity Majors says it’s time to take a step beyond TDD in order to write better software that actually runs well in production in this post she contributed to The New Stack. According to her, this step is observability driven development.

article thumbnail

A Next Step Beyond Test Driven Development

Honeycomb

Honeycomb CTO & co-founder Charity Majors says it’s time to take a step beyond TDD in order to write better software that actually runs well in production in this post she contributed to The New Stack. According to her, this step is observability driven development.

article thumbnail

How to be a Professional Software Developer

MagmaLabs

Use Test Driven Development. TDD (Test Driven Development) is a way of developing software. For instance, clean code that works is the goal of TDD. When developing using TDD you should start by writing a failing automated test before you write any code. Refactor?-?Eliminate