Quantcast
Channel: New Think Tank » Object Oriented Programming
Viewing all articles
Browse latest Browse all 35

Code Refactoring 9

$
0
0

In this part of my code refactoring tutorial I will cover how to turn an implied tree structure into a composite pattern. What do you do when you want to model a tree structure? You can either list the info as primitives and then search through them for what you want or you can create [...]


Viewing all articles
Browse latest Browse all 35

Trending Articles