Code Refactoring 14

Channel:
Subscribers:
1,330,000
Published on ● Video Link: https://www.youtube.com/watch?v=cBEUlEHZuqw



Duration: 11:09
12,339 views
119


Get the Code: http://goo.gl/Vdc3n

In this part of the code refactoring tutorial, I'll show you how and when to use the Adapter Design Pattern.

With the adapter pattern we can create a new class without disturbing any other code. On top of that adapters make it easier to swap in code at runtime. They also allow you to communicate with code using method names that make sense to you.

I refactor code sent in by one of you and show you how to add a ton of flexibility.




Other Videos By Derek Banas


2013-03-03Linked List in Java
2013-03-01Stacks and Queues
2013-02-28Java Sort Algorithm
2013-02-24Java Algorithms
2013-02-21MVC Java Tutorial
2013-02-15Mark of the Ninja Review
2013-02-11Code Refactoring 18
2013-02-09Code Refactoring 17
2013-02-08Code Refactoring 16
2013-02-07Code Refactoring 15
2013-02-03Code Refactoring 14
2013-02-02Code Refactoring 13
2013-01-31Code Refactoring 12
2013-01-29Code Refactoring 11
2013-01-27Don't Starve Game
2013-01-25Code Refactoring 10
2013-01-24Code Refactoring 9
2013-01-23Code Refactoring 8
2013-01-21Install Eclipse for Java
2013-01-19Code Refactoring 7
2013-01-18Code Refactoring 6



Tags:
adapter design pattern
Code Refactoring
adapter design pattern in java
adapter design pattern java
design patterns
Java (programming Language)
adapter design patterns
adapter pattern java example