Maximiliano Contieri - Software Design

Maximiliano Contieri - Software Design

Follow
homeDesignCode SmellsBloggingProductivityAboutSupport Me
Tag

TDD (Test-driven development)

#tdd

More content

Read more stories on Hashnode


Articles with this tag

How to Create a Wordle as a Centaur

Oct 16, 20224 min read 242 views

Why you should use modern AI programming tools · I've been using Wordle as an analogy for serious software development. In this article, I will combine...

How to Create a Wordle as a Centaur

5 Programming Techniques to Avoid SSD Brick Catastrophic Failures

Jul 10, 20223 min read 214 views

Preventing serious faults is within reach TL;DR: Use mature tools to make mature software. The Problem On July, 9th 2022, yet another hardware...

5 Programming Techniques to Avoid SSD Brick Catastrophic Failures

Code Smell 133 - Hardcoded IF Conditions

May 20, 20222 min read 406 views

Hard coding is fine. For a short period of time · TL;DR: Don't leave a hardcoded mess on IFs. Problems Testability Hardcoded values Open/Closed...

Code Smell 133 - Hardcoded IF Conditions

How to Develop a Wordle Game using TDD in 25 Minutes

Jan 15, 202214 min read 1.7K views

Developing a complete Wordle Game is very easy with TDD · TL;DR: Implementing a working Wordle in a few minutes Everybody is playing Wordle these...

How to Develop a Wordle Game using TDD in 25 Minutes

Code Smell 104 - Assert True

Nov 21, 20212 min read 445 views

Asserting against booleans makes error tracking more difficult. TL;DR: Don't assert true unless you are checking a boolean Problems Fail Fast...

Code Smell 104 - Assert True

TDD Conference 2021 - All Talks

Nov 9, 20211 min read 1.6K views

First International Test Driven Development took place on July 10th. In this series, I included every talk together with my notes and further...

TDD Conference 2021 - All Talks