SlideShare uma empresa Scribd logo
1 de 60
Red, green,
… what now?!
@kevinrutherford
@jjeffries1
Primitive Obsession
Feature Envy
Sim
ulated
Polym
orphism
Lazy Class
Temporary Field
Inappropriate Intimacy
ShotgunSurgery
Data Clump
Long
M
ethod
Large Class
???
??? ???
???
???
???
???
RefusedBequest
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Connascence of ...
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Connascence of ...
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Connascence of ...
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Connascence of ...
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Connascence of ...
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Connascence of ...
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Connascence of ...
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Connascence of ...
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Connascence of ...
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Connascence of ...
Scanning a
single item
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Test: Code:
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Test: Code:CoEO
scan()scan()
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Test: Code:
CoV
CoEO
scan()scan()
5050
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Test: Code:CoEO
CoM
scan()scan()
int
int
int
Checkout with
an empty basket
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Test: Code:
CoM
int
int
int
unitPrice = 50
unitPrice = 50
int
CoA
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Test: Code:
CoM
int
int
int
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Test: Code:
Different items
have different
prices
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Test: Code:
string string
CoM
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Test: Code:
string string
balance.add()
balance.add()
CoM
CoA
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Test: Code:
“A”“A”
string string
balance.add()
balance.add()
CoV
CoM
CoA
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Test: Code:
CoV
“A”“A”
3030
string string
balance.add()
balance.add()
CoV
CoM
CoA
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Test: Code:
“A”“A”
string string
balance.add()
balance.add()
CoV
CoM
CoA
Money, MoneyMoney, Money
CoP
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Test: Code:
string string
balance.add()
balance.add()
CoM
CoA
Money, MoneyMoney, Money
CoP
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Test: Code:
string string
CoM
Map Map
CoM
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Test: Code:
Recap
Scanning a
single item
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Scanning has no
effect on the balance
Both classes know
the price = 50
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Introduce
Parameter{
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Scanning has no
effect on the balance
Everyone knows we use
an int to represent money
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Write a test{
Checkout with
an empty basket
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Everyone knows we use
an int to represent money
Common test
setup
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Introduce @Before
block{
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Everyone knows we use
an int to represent money
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Introduce Money class{
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Different items
have different
prices
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
balance.add()
called twice
Strings used to
represent product
codes
Everyone depends
on “A”
Everyone knows
the price of “B”
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Introduce
Parameter{
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
balance.add()
called twice
Strings used to
represent product
codes
Everyone depends
on “A”
Constructor parameters
are indistinguishable
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Introduce
Parameter{
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
balance.add()
called twice
Strings used to
represent product
codes
Constructor parameters
are indistinguishable
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Introduce a Map of
names to prices{
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Strings used to
represent product
codes
Map used to represent
the price list
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Introduce
PriceList{
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Introduce
ProductCode{
Name
Type
Meaning
Algorithm
Position
Execution Order
Timing
Value
Identity
1
2
3
4
5
6
7
8
9
Red, green,
… what now?!
@kevinrutherford
@jjeffries1

Mais conteúdo relacionado

Mais de Kevin Rutherford (18)

Don't forget the developers!
Don't forget the developers!Don't forget the developers!
Don't forget the developers!
 
Love and death
Love and deathLove and death
Love and death
 
The 5-day challenge
The 5-day challengeThe 5-day challenge
The 5-day challenge
 
Pair programming
Pair programmingPair programming
Pair programming
 
Tdd is dead
Tdd is deadTdd is dead
Tdd is dead
 
Hex arch
Hex archHex arch
Hex arch
 
Shepherding antipatterns
Shepherding antipatternsShepherding antipatterns
Shepherding antipatterns
 
Kata rules
Kata rulesKata rules
Kata rules
 
Movie app kata
Movie app kataMovie app kata
Movie app kata
 
Object discovery
Object discoveryObject discovery
Object discovery
 
OCP Checkout kata
OCP Checkout kataOCP Checkout kata
OCP Checkout kata
 
OCP bowling kata
OCP bowling kataOCP bowling kata
OCP bowling kata
 
OCP String Calculator kata
OCP String Calculator kataOCP String Calculator kata
OCP String Calculator kata
 
OCP kata overview
OCP kata overviewOCP kata overview
OCP kata overview
 
Telling not-asking
Telling not-askingTelling not-asking
Telling not-asking
 
Uml
UmlUml
Uml
 
Agile principles
Agile principlesAgile principles
Agile principles
 
Flow
FlowFlow
Flow
 

Último

The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfayushiqss
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...masabamasaba
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech studentsHimanshiGarg82
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfVishalKumarJha10
 
SHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationSHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationShrmpro
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024Mind IT Systems
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareJim McKeeth
 
Generic or specific? Making sensible software design decisions
Generic or specific? Making sensible software design decisionsGeneric or specific? Making sensible software design decisions
Generic or specific? Making sensible software design decisionsBert Jan Schrijver
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is insideshinachiaurasa2
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...masabamasaba
 
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburgmasabamasaba
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyviewmasabamasaba
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionOnePlan Solutions
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplatePresentation.STUDIO
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastPapp Krisztián
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park masabamasaba
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 

Último (20)

The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
SHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationSHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions Presentation
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Generic or specific? Making sensible software design decisions
Generic or specific? Making sensible software design decisionsGeneric or specific? Making sensible software design decisions
Generic or specific? Making sensible software design decisions
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 

Red, green, ... what now?!