TDD like Beethoven
José E. Rodríguez Huerta
(@jrhuerta)
Beethoven
@jrhuerta
@jrhuerta
The Constraints
Get a small problem you want to
solve in code
You can use all the documentation
you need
You can use a text editor with
syntax highlighting, but…
@jrhuerta
The Constraints
Do not compile or run the
solution!
Do not use auto-complete!
@jrhuerta
“composing”
@jrhuerta
“composing”
Come up with a test and write it
down in the text editor.
Reason about why it must fail
right now.
@jrhuerta
“composing”
Write down the code that will
make the test green. Explain to
yourself why it will make the
test pass.
Double check for syntax
errors, exceptions...
@jrhuerta
“composing”
Refactor the code.
Explain to yourself/PARTNER why
the refactoring is better.
Explain why all the tests still pass.
Double check for syntax
errors, exceptions, ...
@jrhuerta
“composing”
Repeat until finished
@jrhuerta
GRAND OPENING
@jrhuerta
GRAND OPENING
Compile and run
Change the code so it runs and
compiles
Write down all the changes you
had to make
@jrhuerta
Powerful Questions
How did it feel?
Why was it different?
How is it going to help you?
@jrhuerta
THANK YOU
for PARTICIPATING!
and to
David Tanzer
for the original idea!
@jrhuerta

More Related Content

ODT
(6) cpp abstractions inheritance_part_i_exercises
ODT
(3) cpp procedural programming_exercises
PPTX
Year 8 python part 1 - debugging
PPTX
Html guide
ODT
(2) cpp imperative programming_exercises
PDF
Are 64-bit errors real?
ODT
(6) cpp numeric representation_exercises
PDF
9 Programming Jokes and A Bonus Tip - tecHindustan
(6) cpp abstractions inheritance_part_i_exercises
(3) cpp procedural programming_exercises
Year 8 python part 1 - debugging
Html guide
(2) cpp imperative programming_exercises
Are 64-bit errors real?
(6) cpp numeric representation_exercises
9 Programming Jokes and A Bonus Tip - tecHindustan

Viewers also liked (10)

PPTX
TDD: ¿Cómo escribir código testeable?
PPTX
CAS2013 - ¿Cómo evitar que se vaya al carajo tu implantación de agile?
PPTX
Principios SOLID de Diseño Orientado a Objetos
PDF
La muerte del silo - CAS2016
PPTX
Developing leadership in the agile organization
PDF
An introduction to agile leadership
PPTX
Win win negotiation techniques
PDF
LeanUX - Presentation slides
PDF
How to write good user stories
PPTX
Building teams that excel - Creating trust in teams
TDD: ¿Cómo escribir código testeable?
CAS2013 - ¿Cómo evitar que se vaya al carajo tu implantación de agile?
Principios SOLID de Diseño Orientado a Objetos
La muerte del silo - CAS2016
Developing leadership in the agile organization
An introduction to agile leadership
Win win negotiation techniques
LeanUX - Presentation slides
How to write good user stories
Building teams that excel - Creating trust in teams
Ad

Recently uploaded (20)

PDF
Developing a website for English-speaking practice to English as a foreign la...
PDF
sustainability-14-14877-v2.pddhzftheheeeee
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PDF
Architecture types and enterprise applications.pdf
DOCX
search engine optimization ppt fir known well about this
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
WOOl fibre morphology and structure.pdf for textiles
PDF
A review of recent deep learning applications in wood surface defect identifi...
PDF
A Late Bloomer's Guide to GenAI: Ethics, Bias, and Effective Prompting - Boha...
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PDF
STKI Israel Market Study 2025 version august
PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
PPTX
Benefits of Physical activity for teenagers.pptx
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Taming the Chaos: How to Turn Unstructured Data into Decisions
PPTX
Chapter 5: Probability Theory and Statistics
Developing a website for English-speaking practice to English as a foreign la...
sustainability-14-14877-v2.pddhzftheheeeee
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
Architecture types and enterprise applications.pdf
search engine optimization ppt fir known well about this
Zenith AI: Advanced Artificial Intelligence
WOOl fibre morphology and structure.pdf for textiles
A review of recent deep learning applications in wood surface defect identifi...
A Late Bloomer's Guide to GenAI: Ethics, Bias, and Effective Prompting - Boha...
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
STKI Israel Market Study 2025 version august
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
Benefits of Physical activity for teenagers.pptx
Assigned Numbers - 2025 - Bluetooth® Document
Taming the Chaos: How to Turn Unstructured Data into Decisions
Chapter 5: Probability Theory and Statistics
Ad

Tdd like beethoven