coderetreat @sibiu 2012 08 18

23
Code retreat www.mozaicworks.com

Upload: adi-bolboaca

Post on 15-Jan-2015

59 views

Category:

Technology


3 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Coderetreat @Sibiu 2012 08 18

Code retreat

www.mozaicworks.com

Page 2: Coderetreat @Sibiu 2012 08 18

www.mozaicworks.com

Me

Adi BolboacaOrganizational & Technical

Trainer & Coach

Page 3: Coderetreat @Sibiu 2012 08 18

Why?

Learn through pairingExtend your comfort zone

PracticeExperiment

Learn new practices

www.mozaicworks.com

Page 4: Coderetreat @Sibiu 2012 08 18

How?

1 day of codingChoose a simple problem

6 pairing partnersOn average 135 minutes of coding

6 different constraintsA lot of fun!

www.mozaicworks.com

Page 5: Coderetreat @Sibiu 2012 08 18

How it started

CodeMash conference 2009

Gary BernhardtPatrick Welsh

Nayan HajratwalaCorey Haines

www.mozaicworks.com

Page 6: Coderetreat @Sibiu 2012 08 18

How it started

RepeatableDay-long

Practice the fundamentals of programmingIntense day of coding

www.mozaicworks.com

Page 7: Coderetreat @Sibiu 2012 08 18

Day structure

15' introduction3 sessions of 45' coding + 15' retro&break

1h lunch3 sessions of 45' coding + 15' retro&break

15' closing circle

www.mozaicworks.com

Page 8: Coderetreat @Sibiu 2012 08 18

Principles

Language agnosticDo not try to finish the problem

Delete the code after each sessionFocus on practicing

Experiment each sessionHave fun!

www.mozaicworks.com

Page 9: Coderetreat @Sibiu 2012 08 18

Prerequisites

ComputerCoding environmentTesting framework

Source control (git, svn, etc)

www.mozaicworks.com

Page 10: Coderetreat @Sibiu 2012 08 18

The four elements of simple design

1) Passes its tests2) Minimizes duplication

3) Maximizes clarity4) Has fewer elements

www.mozaicworks.com

Page 11: Coderetreat @Sibiu 2012 08 18

Conway's game of life

Having an infinite 2D orthogonal universeBeing given an initial generation called a seedThe following rules are applied simultaneously

A live cell having less than 2 live neighbors diesA live cell having 2 or 3 live neighbors lives A live cell having more than 3 neighbors diesA dead cell having 3 neighbors becomes alive

www.mozaicworks.com

Page 12: Coderetreat @Sibiu 2012 08 18

First session

Find a pairChoose a programming language

Setup the environmentChoose an entry point for the problem

Start in 5 min

www.mozaicworks.com

Page 13: Coderetreat @Sibiu 2012 08 18

Conway's game of life

Having an infinite 2D orthogonal universeBeing given an initial generation called a seedThe following rules are applied simultaneously

A live cell having less than 2 live neighbors diesA live cell having 2 or 3 live neighbors lives A live cell having more than 3 neighbors diesA dead cell having 3 neighbors becomes alive

www.mozaicworks.com

Page 14: Coderetreat @Sibiu 2012 08 18

Session constraints at your choice

No conditionals (if, while, etc)No loops (for, foreach, while, etc)Four lines of code per method

Use only one dot/arrow per line

www.mozaicworks.com

Page 15: Coderetreat @Sibiu 2012 08 18

Taking Baby Steps1) Initialize source control repository2) Start a timer for 2 minutes3) Write exactly one testa) Timer rings, the test is red, then revert and go to 2)b) The test is green before the timer rings, then commit

4) Restart timer5) Refactora) Timer rings, the refactoring is not complete then revert and restart

b) The refactoring is complete before the timer rings, commit and go to 2)

Obs.The timers must run continuously, don't stop to talk! www.mozaicworks.com

Page 16: Coderetreat @Sibiu 2012 08 18

Code retreat

1 hour Lunch

www.mozaicworks.com

Page 17: Coderetreat @Sibiu 2012 08 18

TDD as if you meant it1) Write exactly one failing test2) Make the test pass by writing implementation code in the test method3) Create a new implementation method by:a) Extracting implementation code to a new method in the test class

b) Moving implementation code into an existing implementation method from the test class

4) Create implementation classes to provide a destination for extracting a method in the test class5) When necessary move implementation methods into implementation classes6) Refactor as required www.mozaicworks.com

Page 18: Coderetreat @Sibiu 2012 08 18

Brutal refactoring game

www.mozaicworks.com

1)Lack of tests2)Name not from domain3)Name not expressing intent4)Unnecessary if5)Unnecessary else6)Duplication of constant7)Method does more than one thing8)Primitive obsession

9)Feature envy10)Method too long (> 6 lines)11)Too many parameters (> 3)12)Test – not unitary13)Test – setup too complex14)Test – unclear Act15)Test - more than one assert16)Test – no assert17)Test – too many paths

Page 19: Coderetreat @Sibiu 2012 08 18

Code retreat

Choose your own practice

Decide with your pair in the first 5 minutes

www.mozaicworks.com

Page 20: Coderetreat @Sibiu 2012 08 18

Closing circle

1) How did you feel? 2) What did you learn today?

3) What will you do differently on Monday?

www.mozaicworks.com

Page 21: Coderetreat @Sibiu 2012 08 18

Code retreatWhy?

Learn through pairingExtend your comfort zone

PracticeExperiment

Learn new practices

www.mozaicworks.com

Page 22: Coderetreat @Sibiu 2012 08 18

Contact me● Remote pair-programming● Unit testing workshop● Test driven development workshop● Clean code workshop● Refactoring workshop● Legacy code retreat● Legacy code workshop● Code retreat

www.mozaicworks.com

Page 23: Coderetreat @Sibiu 2012 08 18

Code retreatExtend your mentoring & training capacity

Accelerate learning through communities of practice

Grow your functional leaders and top talents

http://www.mozaicworks.com

[email protected]

@adibolb