Articles in this series
Introduction Ever since I learned to test my code and writing code that is generally testable, it became a habit of mine to develop two codebases that...
Last Post, We talked about the importance of TDD, but how do we do TDD in the first place? This is what we will be talking about in this post, so...
Networking, Caching & Other hardships one may struggle with to start doing TDD ยท Networking is always at my neck when I build up some willpower to start...
There is nothing harder in Software Development than these two, Good Names & Cache Invalidation, but testing makes things a bit easier ๐ค ยท Having a way...
Now that it's all green and checkmark-y, let's start improving our structure a bit! ยท So far it's been nothing but red to green (and fixing some compile...
Now how do we test those pesky alerts? ยท Introduction It's been a long time! Really happy that I have time to write about TDD again, and with an...