TDD By Example: Quotes
From Kent Beck's book TDD By Example. We should teach coding in test first manner from the very beginning: > I taught Bethany, my oldest daughter, TDD as her…
Showing 1–2 of 2 posts
From Kent Beck's book TDD By Example. We should teach coding in test first manner from the very beginning: > I taught Bethany, my oldest daughter, TDD as her…
Today I had to optimize a slow running page. We use MiniProfiler which makes finding such issues a breeze. But this time it was a little bit more difficult:…