Interesting videos about Software Development

Published on February 6, 2021

Reading time: 2 minutes

Videos about Software Development

Thinking Small is Changing Software Development

How Thinking Small is Changing Software Development Big Time • Sander Hoogendoorn

TDD for those who don't need it

Gopher con

TDD, Where Did It All Go Wrong

Summary:

The Three Laws of TDD

He compares tests to doctors cleaning they’r hands before a surgery, there was a time that it was not a common practice. you should not be good in debugging, you must be good at coding. code examples are like tests, they must explain the code, and they should not be dependent. It’s not funny to write tests after the code because we already know how the code works. When you come across a hard code to test. its because its not designed to be tested. If you write a test first, is hard to write a code that is hard to test, because its designed for that.

RELATED ARTICLES

Interesting videos about Front-end

Published on February 6, 2021

Videos I'm watching or I want to watch on the subject of Front End.

READ MORE →

Interesting videos about code Architecture

Published on February 6, 2021

Videos I'm watching or I want to watch on the subject of code architecture.

READ MORE →