Problem Me and my colleagues do a small TDD-Kata practice everyday for 30 minutes. For reference this is the link […]
Tag: tdd
Correct way to cover dependencies in unit tests
Problem My approach to unit testing feels very wrong. I feel like I am missing something very basic, and I’m […]
Read Lines From IIS Log
Problem The purpose of this class is to read an IIS log (or multiple ones). One thing to note is […]
TDD Supermarket Pricing Kata
Problem I have done the supermarket pricing kata in TDD style and I would appreciate it if someone could review […]
TDD – String Calculator Kata
Problem Would really appreciate it if someone could please review my String Calculator TDD KATA. String Calculator Create a simple […]