[COTDC] 91 - WeakOrderedCollection

classic Classic list List threaded Threaded
2 messages Options
Sean P. DeNigris Sean P. DeNigris
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[COTDC] 91 - WeakOrderedCollection

Awesome momentum! There are 20 comments waiting to be integrated + some already in from Squeak!!!

Continuing in Collections...

Today:  WeakOrderedCollection


Comment Of The Day Contest - One Day One Comment
Rules:
#1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s).
#2: If you cannot comment it, deprecate it.
Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest
Mariano Martinez Peck Mariano Martinez Peck
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [COTDC] 91 - WeakOrderedCollection

I am as an OrderedCollection with the only difference that I hold weakly into the objects you add. For more details, read my tests in WeakOrderedCollectionTest.

On Tue, Dec 6, 2011 at 5:07 AM, DeNigris Sean <[hidden email]> wrote:
Awesome momentum! There are 20 comments waiting to be integrated + some already in from Squeak!!!

Continuing in Collections...

Today:  WeakOrderedCollection


Comment Of The Day Contest - One Day One Comment
Rules:
#1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s).
#2: If you cannot comment it, deprecate it.
Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest



--
Mariano
http://marianopeck.wordpress.com

Loading...