Skip to content

Creates the NullIterator implementation of the IIterator interface.#3

Open
svarlet wants to merge 1 commit intoAS3Commons:masterfrom
svarlet:Create_NullIterator
Open

Creates the NullIterator implementation of the IIterator interface.#3
svarlet wants to merge 1 commit intoAS3Commons:masterfrom
svarlet:Create_NullIterator

Conversation

@svarlet
Copy link

@svarlet svarlet commented Sep 29, 2013

Adds a NullIterator implementation of the IIterator interface which enables the creation of classes that cannot be iterated in a hierarchy of class that can be iterable.

More details about the NullObject design pattern:
http://en.wikipedia.org/wiki/Null_object

Note that this implementation can easily be tested given the lack of logic in this new class. Unfortunately, I am not familiar at all with your (own?) test framework and the test has to be written.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments