SlideShare a Scribd company logo
Holub on Patterns

Remove extends

                  charsyam@naver.com
Why
 Removes
Extends?
Extends is not Bad.
Just.
Using Concrete Class
       is Bad
Use Interface!
How to Remove Extens?
Holub on patterns 2 2
Holub on patterns 2 2
Holub on patterns 2 2
Use Abstract Factory!
Using 1
Factory
    <<interface>>           EmployeeFactory
     Employee
                          <<Employee>>+create()




         Peon

 <<void>>+youAreFired()
Using 2
Using 3
Use Abstract Factory!
2 Patterns
   Singleton
   Abstract Factory
Pass Singleton Pattern
              Threading Issue

      Don’t Use Double-Checked Locking
Abstract Factory Pattern
        NOT Factory Method Pattern

            Factory is changable
Abstract Factory Pattern
Holub on patterns 2 2
Abstraction 1
Employee.Factory.create();
Abstraction 2
Employee.Factory.create();

                  Employee.create();
Java Example



    HttpURLConnection
     FtpURLConnection
2 Patterns
   Command
   Strategy
Pass Command Pattern
         Default Pattern
Strategy Example
Thank You!

More Related Content

PDF
Python exception handling
PDF
Unit testing basic
PDF
50 tips & tricks for mongo db developers
PDF
Twitter6
PPTX
手机浏览器入门思考
PDF
대신리포트_모닝미팅_150122
PDF
오후반을 소개합니다
PDF
Libcloud and j clouds
Python exception handling
Unit testing basic
50 tips & tricks for mongo db developers
Twitter6
手机浏览器入门思考
대신리포트_모닝미팅_150122
오후반을 소개합니다
Libcloud and j clouds

Similar to Holub on patterns 2 2 (20)

PDF
How and what to unit test
PDF
TDD Flow: The Mantra in Action
PPTX
Mocking with Mockito
PDF
Unit testing - A&BP CC
PPTX
Unit Testing
PDF
工廠模式
PDF
Implementing Quality on a Java Project
PDF
Bdd and-testing
PDF
Behaviour Driven Development and Thinking About Testing
 
PPT
P Training Presentation
PPT
Xp Day 080506 Unit Tests And Mocks
PPTX
Salesforce Meetup 18 April 2015 - Apex Trigger & Scheduler Framworks
PDF
Unit Testing Fundamentals
PPTX
Factory Pattern
PDF
Clean Unit Test Patterns
PDF
Ddc2011 효과적으로레거시코드다루기
PPS
Jump start to OOP, OOAD, and Design Pattern
PPT
Jump Start To Ooad And Design Patterns
PPTX
Concurrency in Eclipse: Best Practices and Gotchas
PDF
Software Engineering - RS3
How and what to unit test
TDD Flow: The Mantra in Action
Mocking with Mockito
Unit testing - A&BP CC
Unit Testing
工廠模式
Implementing Quality on a Java Project
Bdd and-testing
Behaviour Driven Development and Thinking About Testing
 
P Training Presentation
Xp Day 080506 Unit Tests And Mocks
Salesforce Meetup 18 April 2015 - Apex Trigger & Scheduler Framworks
Unit Testing Fundamentals
Factory Pattern
Clean Unit Test Patterns
Ddc2011 효과적으로레거시코드다루기
Jump start to OOP, OOAD, and Design Pattern
Jump Start To Ooad And Design Patterns
Concurrency in Eclipse: Best Practices and Gotchas
Software Engineering - RS3
Ad

More from DaeMyung Kang (20)

PPTX
Count min sketch
PDF
PDF
Ansible
PDF
Why GUID is needed
PDF
How to use redis well
PPTX
The easiest consistent hashing
PDF
How to name a cache key
PDF
Integration between Filebeat and logstash
PDF
How to build massive service for advance
PDF
Massive service basic
PDF
Data Engineering 101
PDF
How To Become Better Engineer
PPTX
Kafka timestamp offset_final
PPTX
Kafka timestamp offset
PPTX
Data pipeline and data lake
PDF
Redis acl
PDF
Coffee store
PDF
Scalable webservice
PDF
Number system
PDF
webservice scaling for newbie
Count min sketch
Ansible
Why GUID is needed
How to use redis well
The easiest consistent hashing
How to name a cache key
Integration between Filebeat and logstash
How to build massive service for advance
Massive service basic
Data Engineering 101
How To Become Better Engineer
Kafka timestamp offset_final
Kafka timestamp offset
Data pipeline and data lake
Redis acl
Coffee store
Scalable webservice
Number system
webservice scaling for newbie
Ad

Recently uploaded (20)

PDF
Unit 1 Cost Accounting - Cost sheet
PDF
pdfcoffee.com-opt-b1plus-sb-answers.pdfvi
PPT
340036916-American-Literature-Literary-Period-Overview.ppt
PDF
IFRS Notes in your pocket for study all the time
PPTX
Probability Distribution, binomial distribution, poisson distribution
PDF
Katrina Stoneking: Shaking Up the Alcohol Beverage Industry
PPTX
Board-Reporting-Package-by-Umbrex-5-23-23.pptx
PPTX
2025 Product Deck V1.0.pptxCATALOGTCLCIA
PDF
Tata consultancy services case study shri Sharda college, basrur
PDF
Laughter Yoga Basic Learning Workshop Manual
PPTX
5 Stages of group development guide.pptx
PPTX
Principles of Marketing, Industrial, Consumers,
PPTX
Dragon_Fruit_Cultivation_in Nepal ppt.pptx
PDF
kom-180-proposal-for-a-directive-amending-directive-2014-45-eu-and-directive-...
PDF
Chapter 5_Foreign Exchange Market in .pdf
PPTX
Belch_12e_PPT_Ch18_Accessible_university.pptx
PDF
Ôn tập tiếng anh trong kinh doanh nâng cao
PPTX
AI-assistance in Knowledge Collection and Curation supporting Safe and Sustai...
PDF
Reconciliation AND MEMORANDUM RECONCILATION
DOCX
Business Management - unit 1 and 2
Unit 1 Cost Accounting - Cost sheet
pdfcoffee.com-opt-b1plus-sb-answers.pdfvi
340036916-American-Literature-Literary-Period-Overview.ppt
IFRS Notes in your pocket for study all the time
Probability Distribution, binomial distribution, poisson distribution
Katrina Stoneking: Shaking Up the Alcohol Beverage Industry
Board-Reporting-Package-by-Umbrex-5-23-23.pptx
2025 Product Deck V1.0.pptxCATALOGTCLCIA
Tata consultancy services case study shri Sharda college, basrur
Laughter Yoga Basic Learning Workshop Manual
5 Stages of group development guide.pptx
Principles of Marketing, Industrial, Consumers,
Dragon_Fruit_Cultivation_in Nepal ppt.pptx
kom-180-proposal-for-a-directive-amending-directive-2014-45-eu-and-directive-...
Chapter 5_Foreign Exchange Market in .pdf
Belch_12e_PPT_Ch18_Accessible_university.pptx
Ôn tập tiếng anh trong kinh doanh nâng cao
AI-assistance in Knowledge Collection and Curation supporting Safe and Sustai...
Reconciliation AND MEMORANDUM RECONCILATION
Business Management - unit 1 and 2

Holub on patterns 2 2