Design Patterns

Home/Tag: Design Patterns

Comparing Design Patterns in Ruby and C#: The Iterator Pattern

Continuing our exploration of design patterns in Ruby and C#, we’re going to dive into the Iterator pattern. Like most design patterns, if you google (or bing) for an example you will run into several different implementations because there are many ways to iterate a collection of objects. In it’s classic (well, classing in the