We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

The T in TDD

Formal Metadata

Title
The T in TDD
Subtitle
Test, Types, Tales
Title of Series
Number of Parts
133
Author
License
CC Attribution - NonCommercial - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Test-Driven Development is about writing a test first, then the code that satisfies the test. Or... is it? Classic TDD has been crucial in my growth as a developer; and yet, as I started using F# more and C# less, my coding practices have evolved dramatically.Nowadays, I barely test first, but spend my days in the scripting environment. In this talk, I will examine how I used to code, and how I write code in F# today, in a style I consider very much inspired by TDD; I will also discuss how exploring two paradigms (C# and F#) lead me to re-examine my beliefs and practices.