#tdd
Read more stories on Hashnode
Articles with this tag
You assert that something happened, but why? · TL;DR: Be explicit when creating tests to ensure clarity and...
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...
Preventing serious faults is within reach TL;DR: Use mature tools to make mature software. The Problem On July, 9th 2022, yet another hardware...
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...
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...
Asserting against booleans makes error tracking more difficult. TL;DR: Don't assert true unless you are checking a boolean Problems Fail Fast...