Code Refactoring 11

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



Duration: 26:26
14,828 views
152


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

One of you guys sent me a request to explain the chapter in Refactoring to Patterns titled Encapsulate Composite with Builder. We will build a table structure (composite) using the Builder design pattern.

I'll expand the capabilities of the code from this great book to allow us to more easily traverse the tree structure. This will allow us to add children, siblings and item information using a HashMap. This is a beautiful refactoring. All of the code can be found above to help you learn it.




Other Videos By Derek Banas


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
2013-01-16Code Refactoring 5
2013-01-13Code Refactoring 4
2013-01-11Code Refactoring 3



Tags:
Refactoring to Patterns
Composite Design Pattern
Builder Design Pattern
Design Pattern Tutorial
Refactoring
Refactoring Tutorial
Design Patterns