SlideShare a Scribd company logo
Coding Dojo:
Tic-Tac-Toe
March 2014
Peter Kofler, ‘Code Cop’
@codecopkofler
www.code-cop.org
Copyright Peter Kofler, licensed under CC-BY.
Peter Kofler
• Ph.D. (Appl. Math.)
• Professional Software
Developer for 14 years
• “fanatic about code quality”
• I help development teams
PETER KOFLER, CODE-COP.ORG FANATIC ABOUT CODE QUALITY
Coding Dojo?
Expectations?
Coding Dojo Mindset
●
Safe place outside
work
●
We are here to learn
●
Need to slow down
●
Focus on doing it right
●
Collaborative Game
PETER KOFLER, CODE-COP.ORG FANATIC ABOUT CODE QUALITY
Dojo Structure
●
Introduction 15'
●
Coding 45'
●
Interim (Retrospective) 15'
●
Break 20'
●
Coding 45'
●
Retrospective 30'
PETER KOFLER, CODE-COP.ORG FANATIC ABOUT CODE QUALITY
The Exercise: Tic-Tac-Toe
PETER KOFLER, CODE-COP.ORG FANATIC ABOUT CODE QUALITY
Tic-Tac-Toe
●
http://en.wikipedia.org/wiki/Tic-tac-toe
●
Board 3x3
●
X plays first, O plays second
●
Check who/if is winner after moves
PETER KOFLER, CODE-COP.ORG FANATIC ABOUT CODE QUALITY
Don't Focus on
Getting it Done.
F0cus on Doing
It Perfectly.
→Practice
Constraint: Ping-Pong
●
A writes a test and sees that it fails.
●
B writes the code needed to pass the test.
●
B writes next test and sees that it fails.
●
A writes the code needed to pass the test.
●
And so on.
PETER KOFLER, CODE-COP.ORG FANATIC ABOUT CODE QUALITY
Closing Circle
●
What did you learn today?
●
What surprised you today?
●
What will you do
differently in the
future?
PETER KOFLER, CODE-COP.ORG FANATIC ABOUT CODE QUALITY
Peter Kofler
@codecopkofler
www.code-cop.org
PETER KOFLER, CODE-COP.ORG FANATIC ABOUT CODE QUALITY
CC Images
●
Dojo http://www.flickr.com/photos/49715404@N00/3267627038/
●
Todos http://www.flickr.com/photos/kylesteeddesign/3724074594/
●
Game http://www.flickr.com/photos/benclinch/476855843/
●
Wants you http://www.flickr.com/photos/shutter/105497713/
PETER KOFLER, CODE-COP.ORG FANATIC ABOUT CODE QUALITY

More Related Content

PDF
TDD as if You Meant It (2013)
PDF
Code Retreat Graz, Austria 2013
PDF
Refactoring the Tennis Kata v2 (2016)
PDF
Designing Test Cases for the Gilded Rose Kata v3 (2016)
PDF
The Brutal Refactoring Game (2013)
PDF
Brutal Coding Constraints (ITAKE 2017)
PDF
Coding Dojo: Asynchronous Clock-In (2016)
PDF
Code Retreat Venice (2016)
TDD as if You Meant It (2013)
Code Retreat Graz, Austria 2013
Refactoring the Tennis Kata v2 (2016)
Designing Test Cases for the Gilded Rose Kata v3 (2016)
The Brutal Refactoring Game (2013)
Brutal Coding Constraints (ITAKE 2017)
Coding Dojo: Asynchronous Clock-In (2016)
Code Retreat Venice (2016)

What's hot (20)

PDF
Software Craftsmanship Journeyman Tour (2013)
PDF
Mob Programming (2016)
PDF
Designing Test Cases for the Gilded Rose Kata (2013)
PDF
Coding Dojo: Baby Steps (2014)
PDF
Idiomatic R for Rosetta Code (2013)
PDF
Deliberate Practice (Agile Slovenia 2015)
PDF
Coding Dojo Object Calisthenics (2016)
PDF
Coding Dojo: Data Munging (2016)
PDF
JUnit Boot Camp (GeeCON 2016)
PDF
Refactoring the Tennis Kata (2013)
ODP
Coding Dojo - Refactoring Tennis Kata
PDF
Deliberate Practice (2014)
PDF
Clean Readable Specifications (ETC 2016)
PDF
Coding Dojo: Bank OCR Outside-In (2015)
PDF
Coding Dojo: Functional Calisthenics (2016)
PDF
Coding Dojo: Mars Rover (2014)
PDF
Coding Dojo: Naming with Dices (2021)
PDF
Coding Dojo: Roman Numerals (2014)
PDF
Coding Dojo: Fun with Tic-Tac-Toe (2014)
PDF
Coding Dojo for Testers/Testing Dojo: Designing Test Cases with FitNesse (2014)
Software Craftsmanship Journeyman Tour (2013)
Mob Programming (2016)
Designing Test Cases for the Gilded Rose Kata (2013)
Coding Dojo: Baby Steps (2014)
Idiomatic R for Rosetta Code (2013)
Deliberate Practice (Agile Slovenia 2015)
Coding Dojo Object Calisthenics (2016)
Coding Dojo: Data Munging (2016)
JUnit Boot Camp (GeeCON 2016)
Refactoring the Tennis Kata (2013)
Coding Dojo - Refactoring Tennis Kata
Deliberate Practice (2014)
Clean Readable Specifications (ETC 2016)
Coding Dojo: Bank OCR Outside-In (2015)
Coding Dojo: Functional Calisthenics (2016)
Coding Dojo: Mars Rover (2014)
Coding Dojo: Naming with Dices (2021)
Coding Dojo: Roman Numerals (2014)
Coding Dojo: Fun with Tic-Tac-Toe (2014)
Coding Dojo for Testers/Testing Dojo: Designing Test Cases with FitNesse (2014)
Ad

Viewers also liked (9)

PDF
Coding DOJO
PDF
Perth codedojo 5-anagram-algorithm
PDF
Agile tour 2014 - Coding Dojo with C# and TDD
PDF
PDF
Agile tour Taipei 2014 - coding dojo with CSharp and TDD
PPTX
Agile Prague Coding Dojo
PPTX
Clojure
PDF
Pykonik Coding Dojo
PPT
At2009 Coding Dojo ATDD
Coding DOJO
Perth codedojo 5-anagram-algorithm
Agile tour 2014 - Coding Dojo with C# and TDD
Agile tour Taipei 2014 - coding dojo with CSharp and TDD
Agile Prague Coding Dojo
Clojure
Pykonik Coding Dojo
At2009 Coding Dojo ATDD
Ad

Similar to Coding Dojo: Tic-Tac-Toe (2014) (16)

PDF
Coding Dojo: Baby Steps Push Challenge (2021)
PDF
Coding Dojo: Bank OCR (2014)
PDF
Coding Dojo: Adding Tests to Legacy Code (2014)
PDF
Coding Dojo: String Calculator (2013)
PDF
Designing Test Cases for the Gilded Rose Kata v2 (2015)
PDF
Pair Programming (2015)
PDF
Code Quality Assurance v4 (2013)
PDF
Pair Programming (2014)
PDF
Outside-in Test Driven Development - the London School of TDD
PDF
Prime Factors Code Kata - Practicing TDD (2014)
PDF
Deliberate Practice, New Learning Styles (2015)
PDF
Global Day of Code Retreat (2013)
PDF
Can PL/SQL be Clean? (2013)
PDF
Extract Method Refactoring Workshop (2016)
PDF
Software Developer Communities in Vienna (2012)
PPTX
WeActuallyBuildStuff - Extreme Programming Live
Coding Dojo: Baby Steps Push Challenge (2021)
Coding Dojo: Bank OCR (2014)
Coding Dojo: Adding Tests to Legacy Code (2014)
Coding Dojo: String Calculator (2013)
Designing Test Cases for the Gilded Rose Kata v2 (2015)
Pair Programming (2015)
Code Quality Assurance v4 (2013)
Pair Programming (2014)
Outside-in Test Driven Development - the London School of TDD
Prime Factors Code Kata - Practicing TDD (2014)
Deliberate Practice, New Learning Styles (2015)
Global Day of Code Retreat (2013)
Can PL/SQL be Clean? (2013)
Extract Method Refactoring Workshop (2016)
Software Developer Communities in Vienna (2012)
WeActuallyBuildStuff - Extreme Programming Live

More from Peter Kofler (6)

PDF
Writing Tests with the Unity Test Framework
PDF
Using Automated Code Reviews to Achieve Continuous Quality (ASQF Agile Night ...
PDF
Pragmatic Introduction to Python Unit Testing (PyDays 2018)
PDF
GDCR15 in Las Palmas, Gran Canaria
PDF
Pragmatic Introduction to PHP Unit Testing (2015)
PDF
Code Refactoring - Live Coding Demo (JavaDay 2014)
Writing Tests with the Unity Test Framework
Using Automated Code Reviews to Achieve Continuous Quality (ASQF Agile Night ...
Pragmatic Introduction to Python Unit Testing (PyDays 2018)
GDCR15 in Las Palmas, Gran Canaria
Pragmatic Introduction to PHP Unit Testing (2015)
Code Refactoring - Live Coding Demo (JavaDay 2014)

Recently uploaded (20)

PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Empathic Computing: Creating Shared Understanding
PPTX
Big Data Technologies - Introduction.pptx
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
KodekX | Application Modernization Development
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Unlocking AI with Model Context Protocol (MCP)
Network Security Unit 5.pdf for BCA BBA.
Chapter 3 Spatial Domain Image Processing.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Per capita expenditure prediction using model stacking based on satellite ima...
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Empathic Computing: Creating Shared Understanding
Big Data Technologies - Introduction.pptx
NewMind AI Weekly Chronicles - August'25 Week I
MYSQL Presentation for SQL database connectivity
20250228 LYD VKU AI Blended-Learning.pptx
Dropbox Q2 2025 Financial Results & Investor Presentation
“AI and Expert System Decision Support & Business Intelligence Systems”
The AUB Centre for AI in Media Proposal.docx
KodekX | Application Modernization Development
Diabetes mellitus diagnosis method based random forest with bat algorithm
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Understanding_Digital_Forensics_Presentation.pptx
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx

Coding Dojo: Tic-Tac-Toe (2014)